Shades of Dark Khaki #B2B276
Tints of Dark Khaki #B2B276
RGB
CMYK
RGB Variations
Color information
#B2B276 (or 0xB2B276) is known color: Dark Khaki. HEX triplet: B2, B2 and 76. RGB value is (178,178,118). Sum of RGB (Red+Green+Blue) = 178+178+118=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B276 is #4D4D89. Grayscale: #ABABAB. Windows color (decimal): -5066122 or 7778994. OLE color: 7778994.
HSL color Cylindrical-coordinate representation of color #B2B276: hue angle of 60º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2B276 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 118 | - |
| CMYK | 0 | 0 | 0.34 | 0.30 |
| HSL | 60º | 0.28% | 0.58% | - |
| HSV(B) | 60º | 0.34% | 0.7% | - |
| XYZ | 37.55 | 42.61 | 23.39 | - |
| YUV | 171.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 118 | 0 | 0 | 0.34 | 0.30 | 60 | 0.28 | 0.58 |
| Hex | B2 | B2 | 76 | 0 | 0 | 22 | 1E | 3C | 1C | 3A |
| Octal | 262 | 262 | 166 | 0 | 0 | 42 | 36 | 74 | 34 | 72 |
| Binary | 10110010 | 10110010 | 1110110 | 0 | 0 | 100010 | 11110 | 111100 | 11100 | 111010 |
Color Harmonies of #B2B276
Complementary color
Monochromatic Colors of #B2B276
Black with #B2B276
Text Example
Text Example
White with #B2B276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B276; }
p { color: rgb(178,178,118); }
H1.HeaderClassName
{
color: #B2B276;
}
.AnyTagClassName
{
color: #B2B276;
}
</style>
background-color css
<style>
a { background-color: #B2B276; }
a { background-color: rgb(178,178,118); }
div.DivClassName
{
background-color: #B2B276;
}
.BgClassName
{
background-color: #B2B276;
}
</style>
border-color css
<style>
span { border-color: #B2B276; }
span { border-color: rgb(178,178,118); }
td.TdClassName
{
border-color: #B2B276;
}
.TagClassName
{
border-color: #B2B276;
}
</style>