Shades of Dark Khaki #B9BC6B
Tints of Dark Khaki #B9BC6B
RGB
CMYK
RGB Variations
Color information
#B9BC6B (or 0xB9BC6B) is known color: Dark Khaki. HEX triplet: B9, BC and 6B. RGB value is (185,188,107). Sum of RGB (Red+Green+Blue) = 185+188+107=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BC6B is #464394. Grayscale: #B2B2B2. Windows color (decimal): -4604821 or 7060665. OLE color: 7060665.
HSL color Cylindrical-coordinate representation of color #B9BC6B: hue angle of 62.22º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9BC6B is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 107 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.26 |
| HSL | 62.22º | 0.38% | 0.58% | - |
| HSV(B) | 62.22º | 0.43% | 0.74% | - |
| XYZ | 40.64 | 47.34 | 20.91 | - |
| YUV | 177.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 107 | 0.02 | 0 | 0.43 | 0.26 | 62.22 | 0.38 | 0.58 |
| Hex | B9 | BC | 6B | 2 | 0 | 2B | 1A | 3E | 26 | 3A |
| Octal | 271 | 274 | 153 | 2 | 0 | 53 | 32 | 76 | 46 | 72 |
| Binary | 10111001 | 10111100 | 1101011 | 10 | 0 | 101011 | 11010 | 111110 | 100110 | 111010 |
Color Harmonies of #B9BC6B
Complementary color
Monochromatic Colors of #B9BC6B
Black with #B9BC6B
Text Example
Text Example
White with #B9BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC6B; }
p { color: rgb(185,188,107); }
H1.HeaderClassName
{
color: #B9BC6B;
}
.AnyTagClassName
{
color: #B9BC6B;
}
</style>
background-color css
<style>
a { background-color: #B9BC6B; }
a { background-color: rgb(185,188,107); }
div.DivClassName
{
background-color: #B9BC6B;
}
.BgClassName
{
background-color: #B9BC6B;
}
</style>
border-color css
<style>
span { border-color: #B9BC6B; }
span { border-color: rgb(185,188,107); }
td.TdClassName
{
border-color: #B9BC6B;
}
.TagClassName
{
border-color: #B9BC6B;
}
</style>