Shades of Olive Green #B2AB56
Tints of Olive Green #B2AB56
RGB
CMYK
RGB Variations
Color information
#B2AB56 (or 0xB2AB56) is known color: Olive Green. HEX triplet: B2, AB and 56. RGB value is (178,171,86). Sum of RGB (Red+Green+Blue) = 178+171+86=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB56 is #4D54A9. Grayscale: #A3A3A3. Windows color (decimal): -5067946 or 5680050. OLE color: 5680050.
HSL color Cylindrical-coordinate representation of color #B2AB56: hue angle of 55.43º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2AB56 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 86 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.30 |
| HSL | 55.43º | 0.37% | 0.52% | - |
| HSV(B) | 55.43º | 0.52% | 0.7% | - |
| XYZ | 34.6 | 39.26 | 14.56 | - |
| YUV | 163.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 86 | 0 | 0.04 | 0.52 | 0.30 | 55.43 | 0.37 | 0.52 |
| Hex | B2 | AB | 56 | 0 | 4 | 34 | 1E | 37 | 25 | 34 |
| Octal | 262 | 253 | 126 | 0 | 4 | 64 | 36 | 67 | 45 | 64 |
| Binary | 10110010 | 10101011 | 1010110 | 0 | 100 | 110100 | 11110 | 110111 | 100101 | 110100 |
Color Harmonies of #B2AB56
Complementary color
Monochromatic Colors of #B2AB56
Black with #B2AB56
Text Example
Text Example
White with #B2AB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB56; }
p { color: rgb(178,171,86); }
H1.HeaderClassName
{
color: #B2AB56;
}
.AnyTagClassName
{
color: #B2AB56;
}
</style>
background-color css
<style>
a { background-color: #B2AB56; }
a { background-color: rgb(178,171,86); }
div.DivClassName
{
background-color: #B2AB56;
}
.BgClassName
{
background-color: #B2AB56;
}
</style>
border-color css
<style>
span { border-color: #B2AB56; }
span { border-color: rgb(178,171,86); }
td.TdClassName
{
border-color: #B2AB56;
}
.TagClassName
{
border-color: #B2AB56;
}
</style>