Shades of Dark Khaki #B9BD6D
Tints of Dark Khaki #B9BD6D
RGB
CMYK
RGB Variations
Color information
#B9BD6D (or 0xB9BD6D) is known color: Dark Khaki. HEX triplet: B9, BD and 6D. RGB value is (185,189,109). Sum of RGB (Red+Green+Blue) = 185+189+109=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD6D is #464292. Grayscale: #B3B3B3. Windows color (decimal): -4604563 or 7191993. OLE color: 7191993.
HSL color Cylindrical-coordinate representation of color #B9BD6D: hue angle of 63º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9BD6D is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 109 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.26 |
| HSL | 63º | 0.38% | 0.58% | - |
| HSV(B) | 63º | 0.42% | 0.74% | - |
| XYZ | 40.97 | 47.81 | 21.54 | - |
| YUV | 178.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 109 | 0.02 | 0 | 0.42 | 0.26 | 63 | 0.38 | 0.58 |
| Hex | B9 | BD | 6D | 2 | 0 | 2A | 1A | 3F | 26 | 3A |
| Octal | 271 | 275 | 155 | 2 | 0 | 52 | 32 | 77 | 46 | 72 |
| Binary | 10111001 | 10111101 | 1101101 | 10 | 0 | 101010 | 11010 | 111111 | 100110 | 111010 |
Color Harmonies of #B9BD6D
Complementary color
Monochromatic Colors of #B9BD6D
Black with #B9BD6D
Text Example
Text Example
White with #B9BD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD6D; }
p { color: rgb(185,189,109); }
H1.HeaderClassName
{
color: #B9BD6D;
}
.AnyTagClassName
{
color: #B9BD6D;
}
</style>
background-color css
<style>
a { background-color: #B9BD6D; }
a { background-color: rgb(185,189,109); }
div.DivClassName
{
background-color: #B9BD6D;
}
.BgClassName
{
background-color: #B9BD6D;
}
</style>
border-color css
<style>
span { border-color: #B9BD6D; }
span { border-color: rgb(185,189,109); }
td.TdClassName
{
border-color: #B9BD6D;
}
.TagClassName
{
border-color: #B9BD6D;
}
</style>