Shades of Dark Khaki #BDBB66
Tints of Dark Khaki #BDBB66
RGB
CMYK
RGB Variations
Color information
#BDBB66 (or 0xBDBB66) is known color: Dark Khaki. HEX triplet: BD, BB and 66. RGB value is (189,187,102). Sum of RGB (Red+Green+Blue) = 189+187+102=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB66 is #424499. Grayscale: #B2B2B2. Windows color (decimal): -4342938 or 6732733. OLE color: 6732733.
HSL color Cylindrical-coordinate representation of color #BDBB66: hue angle of 58.62º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDBB66 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 102 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.26 |
| HSL | 58.62º | 0.4% | 0.57% | - |
| HSV(B) | 58.62º | 0.46% | 0.74% | - |
| XYZ | 41.15 | 47.32 | 19.53 | - |
| YUV | 177.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 102 | 0 | 0.01 | 0.46 | 0.26 | 58.62 | 0.4 | 0.57 |
| Hex | BD | BB | 66 | 0 | 1 | 2E | 1A | 3B | 28 | 39 |
| Octal | 275 | 273 | 146 | 0 | 1 | 56 | 32 | 73 | 50 | 71 |
| Binary | 10111101 | 10111011 | 1100110 | 0 | 1 | 101110 | 11010 | 111011 | 101000 | 111001 |
Color Harmonies of #BDBB66
Complementary color
Monochromatic Colors of #BDBB66
Black with #BDBB66
Text Example
Text Example
White with #BDBB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB66; }
p { color: rgb(189,187,102); }
H1.HeaderClassName
{
color: #BDBB66;
}
.AnyTagClassName
{
color: #BDBB66;
}
</style>
background-color css
<style>
a { background-color: #BDBB66; }
a { background-color: rgb(189,187,102); }
div.DivClassName
{
background-color: #BDBB66;
}
.BgClassName
{
background-color: #BDBB66;
}
</style>
border-color css
<style>
span { border-color: #BDBB66; }
span { border-color: rgb(189,187,102); }
td.TdClassName
{
border-color: #BDBB66;
}
.TagClassName
{
border-color: #BDBB66;
}
</style>