Shades of Dark Khaki #BDBD72
Tints of Dark Khaki #BDBD72
RGB
CMYK
RGB Variations
Color information
#BDBD72 (or 0xBDBD72) is known color: Dark Khaki. HEX triplet: BD, BD and 72. RGB value is (189,189,114). Sum of RGB (Red+Green+Blue) = 189+189+114=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD72 is #42428D. Grayscale: #B4B4B4. Windows color (decimal): -4342414 or 7519677. OLE color: 7519677.
HSL color Cylindrical-coordinate representation of color #BDBD72: hue angle of 60º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDBD72 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 114 | - |
| CMYK | 0 | 0 | 0.40 | 0.26 |
| HSL | 60º | 0.36% | 0.59% | - |
| HSV(B) | 60º | 0.4% | 0.74% | - |
| XYZ | 42.22 | 48.43 | 23.04 | - |
| YUV | 180.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 114 | 0 | 0 | 0.40 | 0.26 | 60 | 0.36 | 0.59 |
| Hex | BD | BD | 72 | 0 | 0 | 28 | 1A | 3C | 24 | 3B |
| Octal | 275 | 275 | 162 | 0 | 0 | 50 | 32 | 74 | 44 | 73 |
| Binary | 10111101 | 10111101 | 1110010 | 0 | 0 | 101000 | 11010 | 111100 | 100100 | 111011 |
Color Harmonies of #BDBD72
Complementary color
Monochromatic Colors of #BDBD72
Black with #BDBD72
Text Example
Text Example
White with #BDBD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD72; }
p { color: rgb(189,189,114); }
H1.HeaderClassName
{
color: #BDBD72;
}
.AnyTagClassName
{
color: #BDBD72;
}
</style>
background-color css
<style>
a { background-color: #BDBD72; }
a { background-color: rgb(189,189,114); }
div.DivClassName
{
background-color: #BDBD72;
}
.BgClassName
{
background-color: #BDBD72;
}
</style>
border-color css
<style>
span { border-color: #BDBD72; }
span { border-color: rgb(189,189,114); }
td.TdClassName
{
border-color: #BDBD72;
}
.TagClassName
{
border-color: #BDBD72;
}
</style>