Shades of Dark Khaki #BDB76E
Tints of Dark Khaki #BDB76E
RGB
CMYK
RGB Variations
Color information
#BDB76E (or 0xBDB76E) is known color: Dark Khaki. HEX triplet: BD, B7 and 6E. RGB value is (189,183,110). Sum of RGB (Red+Green+Blue) = 189+183+110=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB76E is #424891. Grayscale: #B0B0B0. Windows color (decimal): -4343954 or 7255997. OLE color: 7255997.
HSL color Cylindrical-coordinate representation of color #BDB76E: hue angle of 55.44º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDB76E is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 110 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.26 |
| HSL | 55.44º | 0.37% | 0.59% | - |
| HSV(B) | 55.44º | 0.42% | 0.74% | - |
| XYZ | 40.73 | 45.81 | 21.45 | - |
| YUV | 176.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 110 | 0 | 0.03 | 0.42 | 0.26 | 55.44 | 0.37 | 0.59 |
| Hex | BD | B7 | 6E | 0 | 3 | 2A | 1A | 37 | 25 | 3B |
| Octal | 275 | 267 | 156 | 0 | 3 | 52 | 32 | 67 | 45 | 73 |
| Binary | 10111101 | 10110111 | 1101110 | 0 | 11 | 101010 | 11010 | 110111 | 100101 | 111011 |
Color Harmonies of #BDB76E
Complementary color
Monochromatic Colors of #BDB76E
Black with #BDB76E
Text Example
Text Example
White with #BDB76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB76E; }
p { color: rgb(189,183,110); }
H1.HeaderClassName
{
color: #BDB76E;
}
.AnyTagClassName
{
color: #BDB76E;
}
</style>
background-color css
<style>
a { background-color: #BDB76E; }
a { background-color: rgb(189,183,110); }
div.DivClassName
{
background-color: #BDB76E;
}
.BgClassName
{
background-color: #BDB76E;
}
</style>
border-color css
<style>
span { border-color: #BDB76E; }
span { border-color: rgb(189,183,110); }
td.TdClassName
{
border-color: #BDB76E;
}
.TagClassName
{
border-color: #BDB76E;
}
</style>