Shades of Dark Khaki #B9BB70
Tints of Dark Khaki #B9BB70
RGB
CMYK
RGB Variations
Color information
#B9BB70 (or 0xB9BB70) is known color: Dark Khaki. HEX triplet: B9, BB and 70. RGB value is (185,187,112). Sum of RGB (Red+Green+Blue) = 185+187+112=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BB70 is #46448F. Grayscale: #B2B2B2. Windows color (decimal): -4605072 or 7388089. OLE color: 7388089.
HSL color Cylindrical-coordinate representation of color #B9BB70: hue angle of 61.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9BB70 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 187 | 112 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.27 |
| HSL | 61.6º | 0.36% | 0.59% | - |
| HSV(B) | 61.6º | 0.4% | 0.73% | - |
| XYZ | 40.7 | 47.02 | 22.26 | - |
| YUV | 177.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 112 | 0.01 | 0 | 0.40 | 0.27 | 61.6 | 0.36 | 0.59 |
| Hex | B9 | BB | 70 | 1 | 0 | 28 | 1B | 3E | 24 | 3B |
| Octal | 271 | 273 | 160 | 1 | 0 | 50 | 33 | 76 | 44 | 73 |
| Binary | 10111001 | 10111011 | 1110000 | 1 | 0 | 101000 | 11011 | 111110 | 100100 | 111011 |
Color Harmonies of #B9BB70
Complementary color
Monochromatic Colors of #B9BB70
Black with #B9BB70
Text Example
Text Example
White with #B9BB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BB70; }
p { color: rgb(185,187,112); }
H1.HeaderClassName
{
color: #B9BB70;
}
.AnyTagClassName
{
color: #B9BB70;
}
</style>
background-color css
<style>
a { background-color: #B9BB70; }
a { background-color: rgb(185,187,112); }
div.DivClassName
{
background-color: #B9BB70;
}
.BgClassName
{
background-color: #B9BB70;
}
</style>
border-color css
<style>
span { border-color: #B9BB70; }
span { border-color: rgb(185,187,112); }
td.TdClassName
{
border-color: #B9BB70;
}
.TagClassName
{
border-color: #B9BB70;
}
</style>