Shades of Dark Khaki #BDBD73
Tints of Dark Khaki #BDBD73
RGB
CMYK
RGB Variations
Color information
#BDBD73 (or 0xBDBD73) is known color: Dark Khaki. HEX triplet: BD, BD and 73. RGB value is (189,189,115). Sum of RGB (Red+Green+Blue) = 189+189+115=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD73 is #42428C. Grayscale: #B4B4B4. Windows color (decimal): -4342413 or 7585213. OLE color: 7585213.
HSL color Cylindrical-coordinate representation of color #BDBD73: hue angle of 60º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDBD73 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 115 | - |
| CMYK | 0 | 0 | 0.39 | 0.26 |
| HSL | 60º | 0.36% | 0.6% | - |
| HSV(B) | 60º | 0.39% | 0.74% | - |
| XYZ | 42.28 | 48.45 | 23.34 | - |
| YUV | 180.56 | 91 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 115 | 0 | 0 | 0.39 | 0.26 | 60 | 0.36 | 0.6 |
| Hex | BD | BD | 73 | 0 | 0 | 27 | 1A | 3C | 24 | 3C |
| Octal | 275 | 275 | 163 | 0 | 0 | 47 | 32 | 74 | 44 | 74 |
| Binary | 10111101 | 10111101 | 1110011 | 0 | 0 | 100111 | 11010 | 111100 | 100100 | 111100 |
Color Harmonies of #BDBD73
Complementary color
Monochromatic Colors of #BDBD73
Black with #BDBD73
Text Example
Text Example
White with #BDBD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD73; }
p { color: rgb(189,189,115); }
H1.HeaderClassName
{
color: #BDBD73;
}
.AnyTagClassName
{
color: #BDBD73;
}
</style>
background-color css
<style>
a { background-color: #BDBD73; }
a { background-color: rgb(189,189,115); }
div.DivClassName
{
background-color: #BDBD73;
}
.BgClassName
{
background-color: #BDBD73;
}
</style>
border-color css
<style>
span { border-color: #BDBD73; }
span { border-color: rgb(189,189,115); }
td.TdClassName
{
border-color: #BDBD73;
}
.TagClassName
{
border-color: #BDBD73;
}
</style>