Shades of Olive Green #B2AF59
Tints of Olive Green #B2AF59
RGB
CMYK
RGB Variations
Color information
#B2AF59 (or 0xB2AF59) is known color: Olive Green. HEX triplet: B2, AF and 59. RGB value is (178,175,89). Sum of RGB (Red+Green+Blue) = 178+175+89=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AF59 is #4D50A6. Grayscale: #A6A6A6. Windows color (decimal): -5066919 or 5877682. OLE color: 5877682.
HSL color Cylindrical-coordinate representation of color #B2AF59: hue angle of 57.98º 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 #B2AF59 is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 89 | - |
| CMYK | 0 | 0.02 | 0.5 | 0.30 |
| HSL | 57.98º | 0.37% | 0.52% | - |
| HSV(B) | 57.98º | 0.5% | 0.7% | - |
| XYZ | 35.49 | 40.85 | 15.46 | - |
| YUV | 166.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 89 | 0 | 0.02 | 0.5 | 0.30 | 57.98 | 0.37 | 0.52 |
| Hex | B2 | AF | 59 | 0 | 2 | 32 | 1E | 3A | 25 | 34 |
| Octal | 262 | 257 | 131 | 0 | 2 | 62 | 36 | 72 | 45 | 64 |
| Binary | 10110010 | 10101111 | 1011001 | 0 | 10 | 110010 | 11110 | 111010 | 100101 | 110100 |
Color Harmonies of #B2AF59
Complementary color
Monochromatic Colors of #B2AF59
Black with #B2AF59
Text Example
Text Example
White with #B2AF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF59; }
p { color: rgb(178,175,89); }
H1.HeaderClassName
{
color: #B2AF59;
}
.AnyTagClassName
{
color: #B2AF59;
}
</style>
background-color css
<style>
a { background-color: #B2AF59; }
a { background-color: rgb(178,175,89); }
div.DivClassName
{
background-color: #B2AF59;
}
.BgClassName
{
background-color: #B2AF59;
}
</style>
border-color css
<style>
span { border-color: #B2AF59; }
span { border-color: rgb(178,175,89); }
td.TdClassName
{
border-color: #B2AF59;
}
.TagClassName
{
border-color: #B2AF59;
}
</style>