Shades of Dark Khaki #B2B96F
Tints of Dark Khaki #B2B96F
RGB
CMYK
RGB Variations
Color information
#B2B96F (or 0xB2B96F) is known color: Dark Khaki. HEX triplet: B2, B9 and 6F. RGB value is (178,185,111). Sum of RGB (Red+Green+Blue) = 178+185+111=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B96F is #4D4690. Grayscale: #AEAEAE. Windows color (decimal): -5064337 or 7322034. OLE color: 7322034.
HSL color Cylindrical-coordinate representation of color #B2B96F: hue angle of 65.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2B96F is Cyan = 0.04, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 111 | - |
| CMYK | 0.04 | 0 | 0.4 | 0.27 |
| HSL | 65.68º | 0.35% | 0.58% | - |
| HSV(B) | 65.68º | 0.4% | 0.73% | - |
| XYZ | 38.58 | 45.31 | 21.75 | - |
| YUV | 174.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 111 | 0.04 | 0 | 0.4 | 0.27 | 65.68 | 0.35 | 0.58 |
| Hex | B2 | B9 | 6F | 4 | 0 | 28 | 1B | 42 | 23 | 3A |
| Octal | 262 | 271 | 157 | 4 | 0 | 50 | 33 | 102 | 43 | 72 |
| Binary | 10110010 | 10111001 | 1101111 | 100 | 0 | 101000 | 11011 | 1000010 | 100011 | 111010 |
Color Harmonies of #B2B96F
Complementary color
Monochromatic Colors of #B2B96F
Black with #B2B96F
Text Example
Text Example
White with #B2B96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B96F; }
p { color: rgb(178,185,111); }
H1.HeaderClassName
{
color: #B2B96F;
}
.AnyTagClassName
{
color: #B2B96F;
}
</style>
background-color css
<style>
a { background-color: #B2B96F; }
a { background-color: rgb(178,185,111); }
div.DivClassName
{
background-color: #B2B96F;
}
.BgClassName
{
background-color: #B2B96F;
}
</style>
border-color css
<style>
span { border-color: #B2B96F; }
span { border-color: rgb(178,185,111); }
td.TdClassName
{
border-color: #B2B96F;
}
.TagClassName
{
border-color: #B2B96F;
}
</style>