Shades of Dark Khaki #B8B96C
Tints of Dark Khaki #B8B96C
RGB
CMYK
RGB Variations
Color information
#B8B96C (or 0xB8B96C) is known color: Dark Khaki. HEX triplet: B8, B9 and 6C. RGB value is (184,185,108). Sum of RGB (Red+Green+Blue) = 184+185+108=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B96C is #474693. Grayscale: #B0B0B0. Windows color (decimal): -4671124 or 7125432. OLE color: 7125432.
HSL color Cylindrical-coordinate representation of color #B8B96C: hue angle of 60.78º degrees, saturation: 0.35, 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 #B8B96C is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 185 | 108 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.27 |
| HSL | 60.78º | 0.35% | 0.57% | - |
| HSV(B) | 60.78º | 0.42% | 0.73% | - |
| XYZ | 39.82 | 45.97 | 20.96 | - |
| YUV | 175.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 185 | 108 | 0.01 | 0 | 0.42 | 0.27 | 60.78 | 0.35 | 0.57 |
| Hex | B8 | B9 | 6C | 1 | 0 | 2A | 1B | 3D | 23 | 39 |
| Octal | 270 | 271 | 154 | 1 | 0 | 52 | 33 | 75 | 43 | 71 |
| Binary | 10111000 | 10111001 | 1101100 | 1 | 0 | 101010 | 11011 | 111101 | 100011 | 111001 |
Color Harmonies of #B8B96C
Complementary color
Monochromatic Colors of #B8B96C
Black with #B8B96C
Text Example
Text Example
White with #B8B96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B96C; }
p { color: rgb(184,185,108); }
H1.HeaderClassName
{
color: #B8B96C;
}
.AnyTagClassName
{
color: #B8B96C;
}
</style>
background-color css
<style>
a { background-color: #B8B96C; }
a { background-color: rgb(184,185,108); }
div.DivClassName
{
background-color: #B8B96C;
}
.BgClassName
{
background-color: #B8B96C;
}
</style>
border-color css
<style>
span { border-color: #B8B96C; }
span { border-color: rgb(184,185,108); }
td.TdClassName
{
border-color: #B8B96C;
}
.TagClassName
{
border-color: #B8B96C;
}
</style>