Shades of Dark Khaki #B2B96C
Tints of Dark Khaki #B2B96C
RGB
CMYK
RGB Variations
Color information
#B2B96C (or 0xB2B96C) is known color: Dark Khaki. HEX triplet: B2, B9 and 6C. RGB value is (178,185,108). Sum of RGB (Red+Green+Blue) = 178+185+108=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B96C is #4D4693. Grayscale: #AEAEAE. Windows color (decimal): -5064340 or 7125426. OLE color: 7125426.
HSL color Cylindrical-coordinate representation of color #B2B96C: hue angle of 65.45º 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 #B2B96C is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 108 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.27 |
| HSL | 65.45º | 0.35% | 0.57% | - |
| HSV(B) | 65.45º | 0.42% | 0.73% | - |
| XYZ | 38.42 | 45.25 | 20.9 | - |
| YUV | 174.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 108 | 0.04 | 0 | 0.42 | 0.27 | 65.45 | 0.35 | 0.57 |
| Hex | B2 | B9 | 6C | 4 | 0 | 2A | 1B | 41 | 23 | 39 |
| Octal | 262 | 271 | 154 | 4 | 0 | 52 | 33 | 101 | 43 | 71 |
| Binary | 10110010 | 10111001 | 1101100 | 100 | 0 | 101010 | 11011 | 1000001 | 100011 | 111001 |
Color Harmonies of #B2B96C
Complementary color
Monochromatic Colors of #B2B96C
Black with #B2B96C
Text Example
Text Example
White with #B2B96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B96C; }
p { color: rgb(178,185,108); }
H1.HeaderClassName
{
color: #B2B96C;
}
.AnyTagClassName
{
color: #B2B96C;
}
</style>
background-color css
<style>
a { background-color: #B2B96C; }
a { background-color: rgb(178,185,108); }
div.DivClassName
{
background-color: #B2B96C;
}
.BgClassName
{
background-color: #B2B96C;
}
</style>
border-color css
<style>
span { border-color: #B2B96C; }
span { border-color: rgb(178,185,108); }
td.TdClassName
{
border-color: #B2B96C;
}
.TagClassName
{
border-color: #B2B96C;
}
</style>