Shades of Olive Green #B2AA52
Tints of Olive Green #B2AA52
RGB
CMYK
RGB Variations
Color information
#B2AA52 (or 0xB2AA52) is known color: Olive Green. HEX triplet: B2, AA and 52. RGB value is (178,170,82). Sum of RGB (Red+Green+Blue) = 178+170+82=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA52 is #4D55AD. Grayscale: #A2A2A2. Windows color (decimal): -5068206 or 5417650. OLE color: 5417650.
HSL color Cylindrical-coordinate representation of color #B2AA52: hue angle of 55º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2AA52 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 82 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.30 |
| HSL | 55º | 0.38% | 0.51% | - |
| HSV(B) | 55º | 0.54% | 0.7% | - |
| XYZ | 34.26 | 38.82 | 13.67 | - |
| YUV | 162.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 82 | 0 | 0.04 | 0.54 | 0.30 | 55 | 0.38 | 0.51 |
| Hex | B2 | AA | 52 | 0 | 4 | 36 | 1E | 37 | 26 | 33 |
| Octal | 262 | 252 | 122 | 0 | 4 | 66 | 36 | 67 | 46 | 63 |
| Binary | 10110010 | 10101010 | 1010010 | 0 | 100 | 110110 | 11110 | 110111 | 100110 | 110011 |
Color Harmonies of #B2AA52
Complementary color
Monochromatic Colors of #B2AA52
Black with #B2AA52
Text Example
Text Example
White with #B2AA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA52; }
p { color: rgb(178,170,82); }
H1.HeaderClassName
{
color: #B2AA52;
}
.AnyTagClassName
{
color: #B2AA52;
}
</style>
background-color css
<style>
a { background-color: #B2AA52; }
a { background-color: rgb(178,170,82); }
div.DivClassName
{
background-color: #B2AA52;
}
.BgClassName
{
background-color: #B2AA52;
}
</style>
border-color css
<style>
span { border-color: #B2AA52; }
span { border-color: rgb(178,170,82); }
td.TdClassName
{
border-color: #B2AA52;
}
.TagClassName
{
border-color: #B2AA52;
}
</style>