In the RGB color space, #BDB76B is composed of 74.1176% red, 71.7647% green, and 41.9608% blue.
In the CMYK color space, #BDB76B is composed of 0% cyan, 3.18% magenta, 43.39% yellow, and 25.88% black,
It has a hue angle of 55.6 degrees, a saturation of 38.32%, and a lightness of 58.04%.
The closest websafe color is #CCCC66.
#BDB76B has a CSS color name: DarkKhaki.
The hexadecimal color #BDB76B has RGB values of R:189, G:183, B:107 and CMYK values of C:0, M:3.18, Y:43.39, K:25.88. It has a decimal value of 12433259.
Hexadecimal | #BDB76B | #BDB76B |
RGB Decimal | 189, 183, 107 | rgb(189, 183, 107) |
RGB Percent | 74.1176, 71.7647, 41.9608 | rgb(74.1176%, 71.7647%, 41.9608%) |
RGB Proportion | 0.7412, 0.7176, 0.4196 | rgb(0.7412, 0.7176, 0.4196) |
CMYK | 0, 3.18, 43.39, 25.88 | |
HSL | 55.6ยบ, 38.32, 58.04 | hsl(55.6, 38.32%, 58.04%) |
Websafe | CCCC66 | #CCCC66 |
XYZ | 40.573, 45.743, 20.6 | |
Yxy | 45.743, 0.379, 0.428 | |
CIE-LAB | 73.378, -8.777, 39.286 | |
CIE-LCH | 73.378, 40.255, 102.594 | |
CIE-LUV | 73.378, 7.611, 51.288 | |
Hunter-Lab | 67.634, -11.278, 29.285 |
Colors that go well with DarkKhaki / #BDB76B.
Common HTML and CSS shortcodes for DarkKhaki / #BDB76B.
<div style="color: #BDB76B;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #BDB76B;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #BDB76B;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #BDB76B to transparent.
<div style="background: linear-gradient(#BDB76B, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #BDB76B to transparent.
<div style="background: radial-gradient(#BDB76B, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #BDB76B to #424894.
<div style="background: linear-gradient(#BDB76B, #424894);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #BDB76B to #424894.
<div style="background: radial-gradient(#BDB76B, #424894);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #BDB76B; }
.background { background-color: #BDB76B; }
.border { border: 1px solid #BDB76B; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #030302 while the lightest tint is #FEFEFC.