Shades of Olive Green #B2AA59
Tints of Olive Green #B2AA59
RGB
CMYK
RGB Variations
Color information
#B2AA59 (or 0xB2AA59) is known color: Olive Green. HEX triplet: B2, AA and 59. RGB value is (178,170,89). Sum of RGB (Red+Green+Blue) = 178+170+89=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA59 is #4D55A6. Grayscale: #A3A3A3. Windows color (decimal): -5068199 or 5876402. OLE color: 5876402.
HSL color Cylindrical-coordinate representation of color #B2AA59: hue angle of 54.61º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2AA59 is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 89 | - |
| CMYK | 0 | 0.04 | 0.5 | 0.30 |
| HSL | 54.61º | 0.37% | 0.52% | - |
| HSV(B) | 54.61º | 0.5% | 0.7% | - |
| XYZ | 34.54 | 38.94 | 15.15 | - |
| YUV | 163.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 89 | 0 | 0.04 | 0.5 | 0.30 | 54.61 | 0.37 | 0.52 |
| Hex | B2 | AA | 59 | 0 | 4 | 32 | 1E | 37 | 25 | 34 |
| Octal | 262 | 252 | 131 | 0 | 4 | 62 | 36 | 67 | 45 | 64 |
| Binary | 10110010 | 10101010 | 1011001 | 0 | 100 | 110010 | 11110 | 110111 | 100101 | 110100 |
Color Harmonies of #B2AA59
Complementary color
Monochromatic Colors of #B2AA59
Black with #B2AA59
Text Example
Text Example
White with #B2AA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA59; }
p { color: rgb(178,170,89); }
H1.HeaderClassName
{
color: #B2AA59;
}
.AnyTagClassName
{
color: #B2AA59;
}
</style>
background-color css
<style>
a { background-color: #B2AA59; }
a { background-color: rgb(178,170,89); }
div.DivClassName
{
background-color: #B2AA59;
}
.BgClassName
{
background-color: #B2AA59;
}
</style>
border-color css
<style>
span { border-color: #B2AA59; }
span { border-color: rgb(178,170,89); }
td.TdClassName
{
border-color: #B2AA59;
}
.TagClassName
{
border-color: #B2AA59;
}
</style>