Shades of Dark Khaki #B9BD6E
Tints of Dark Khaki #B9BD6E
RGB
CMYK
RGB Variations
Color information
#B9BD6E (or 0xB9BD6E) is known color: Dark Khaki. HEX triplet: B9, BD and 6E. RGB value is (185,189,110). Sum of RGB (Red+Green+Blue) = 185+189+110=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD6E is #464291. Grayscale: #B3B3B3. Windows color (decimal): -4604562 or 7257529. OLE color: 7257529.
HSL color Cylindrical-coordinate representation of color #B9BD6E: hue angle of 63.04º 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 #B9BD6E is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 110 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.26 |
| HSL | 63.04º | 0.37% | 0.59% | - |
| HSV(B) | 63.04º | 0.42% | 0.74% | - |
| XYZ | 41.02 | 47.84 | 21.82 | - |
| YUV | 178.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 110 | 0.02 | 0 | 0.42 | 0.26 | 63.04 | 0.37 | 0.59 |
| Hex | B9 | BD | 6E | 2 | 0 | 2A | 1A | 3F | 25 | 3B |
| Octal | 271 | 275 | 156 | 2 | 0 | 52 | 32 | 77 | 45 | 73 |
| Binary | 10111001 | 10111101 | 1101110 | 10 | 0 | 101010 | 11010 | 111111 | 100101 | 111011 |
Color Harmonies of #B9BD6E
Complementary color
Monochromatic Colors of #B9BD6E
Black with #B9BD6E
Text Example
Text Example
White with #B9BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD6E; }
p { color: rgb(185,189,110); }
H1.HeaderClassName
{
color: #B9BD6E;
}
.AnyTagClassName
{
color: #B9BD6E;
}
</style>
background-color css
<style>
a { background-color: #B9BD6E; }
a { background-color: rgb(185,189,110); }
div.DivClassName
{
background-color: #B9BD6E;
}
.BgClassName
{
background-color: #B9BD6E;
}
</style>
border-color css
<style>
span { border-color: #B9BD6E; }
span { border-color: rgb(185,189,110); }
td.TdClassName
{
border-color: #B9BD6E;
}
.TagClassName
{
border-color: #B9BD6E;
}
</style>