Shades of Olive Green #B2AB5A
Tints of Olive Green #B2AB5A
RGB
CMYK
RGB Variations
Color information
#B2AB5A (or 0xB2AB5A) is known color: Olive Green. HEX triplet: B2, AB and 5A. RGB value is (178,171,90). Sum of RGB (Red+Green+Blue) = 178+171+90=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB5A is #4D54A5. Grayscale: #A4A4A4. Windows color (decimal): -5067942 or 5942194. OLE color: 5942194.
HSL color Cylindrical-coordinate representation of color #B2AB5A: hue angle of 55.23º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2AB5A is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 90 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.30 |
| HSL | 55.23º | 0.36% | 0.53% | - |
| HSV(B) | 55.23º | 0.49% | 0.7% | - |
| XYZ | 34.77 | 39.33 | 15.43 | - |
| YUV | 163.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 90 | 0 | 0.04 | 0.49 | 0.30 | 55.23 | 0.36 | 0.53 |
| Hex | B2 | AB | 5A | 0 | 4 | 31 | 1E | 37 | 24 | 35 |
| Octal | 262 | 253 | 132 | 0 | 4 | 61 | 36 | 67 | 44 | 65 |
| Binary | 10110010 | 10101011 | 1011010 | 0 | 100 | 110001 | 11110 | 110111 | 100100 | 110101 |
Color Harmonies of #B2AB5A
Complementary color
Monochromatic Colors of #B2AB5A
Black with #B2AB5A
Text Example
Text Example
White with #B2AB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB5A; }
p { color: rgb(178,171,90); }
H1.HeaderClassName
{
color: #B2AB5A;
}
.AnyTagClassName
{
color: #B2AB5A;
}
</style>
background-color css
<style>
a { background-color: #B2AB5A; }
a { background-color: rgb(178,171,90); }
div.DivClassName
{
background-color: #B2AB5A;
}
.BgClassName
{
background-color: #B2AB5A;
}
</style>
border-color css
<style>
span { border-color: #B2AB5A; }
span { border-color: rgb(178,171,90); }
td.TdClassName
{
border-color: #B2AB5A;
}
.TagClassName
{
border-color: #B2AB5A;
}
</style>