Shades of Dark Khaki #B9BA6B
Tints of Dark Khaki #B9BA6B
RGB
CMYK
RGB Variations
Color information
#B9BA6B (or 0xB9BA6B) is known color: Dark Khaki. HEX triplet: B9, BA and 6B. RGB value is (185,186,107). Sum of RGB (Red+Green+Blue) = 185+186+107=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA6B is #464594. Grayscale: #B1B1B1. Windows color (decimal): -4605333 or 7060153. OLE color: 7060153.
HSL color Cylindrical-coordinate representation of color #B9BA6B: hue angle of 60.76º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9BA6B is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 107 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.27 |
| HSL | 60.76º | 0.36% | 0.57% | - |
| HSV(B) | 60.76º | 0.42% | 0.73% | - |
| XYZ | 40.22 | 46.49 | 20.76 | - |
| YUV | 176.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 107 | 0.01 | 0 | 0.42 | 0.27 | 60.76 | 0.36 | 0.57 |
| Hex | B9 | BA | 6B | 1 | 0 | 2A | 1B | 3D | 24 | 39 |
| Octal | 271 | 272 | 153 | 1 | 0 | 52 | 33 | 75 | 44 | 71 |
| Binary | 10111001 | 10111010 | 1101011 | 1 | 0 | 101010 | 11011 | 111101 | 100100 | 111001 |
Color Harmonies of #B9BA6B
Complementary color
Monochromatic Colors of #B9BA6B
Black with #B9BA6B
Text Example
Text Example
White with #B9BA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA6B; }
p { color: rgb(185,186,107); }
H1.HeaderClassName
{
color: #B9BA6B;
}
.AnyTagClassName
{
color: #B9BA6B;
}
</style>
background-color css
<style>
a { background-color: #B9BA6B; }
a { background-color: rgb(185,186,107); }
div.DivClassName
{
background-color: #B9BA6B;
}
.BgClassName
{
background-color: #B9BA6B;
}
</style>
border-color css
<style>
span { border-color: #B9BA6B; }
span { border-color: rgb(185,186,107); }
td.TdClassName
{
border-color: #B9BA6B;
}
.TagClassName
{
border-color: #B9BA6B;
}
</style>