Shades of Olive Green #B2AF55
Tints of Olive Green #B2AF55
RGB
CMYK
RGB Variations
Color information
#B2AF55 (or 0xB2AF55) is known color: Olive Green. HEX triplet: B2, AF and 55. RGB value is (178,175,85). Sum of RGB (Red+Green+Blue) = 178+175+85=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AF55 is #4D50AA. Grayscale: #A6A6A6. Windows color (decimal): -5066923 or 5615538. OLE color: 5615538.
HSL color Cylindrical-coordinate representation of color #B2AF55: hue angle of 58.06º degrees, saturation: 0.38, 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 #B2AF55 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 85 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.30 |
| HSL | 58.06º | 0.38% | 0.52% | - |
| HSV(B) | 58.06º | 0.52% | 0.7% | - |
| XYZ | 35.33 | 40.78 | 14.6 | - |
| YUV | 165.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 85 | 0 | 0.02 | 0.52 | 0.30 | 58.06 | 0.38 | 0.52 |
| Hex | B2 | AF | 55 | 0 | 2 | 34 | 1E | 3A | 26 | 34 |
| Octal | 262 | 257 | 125 | 0 | 2 | 64 | 36 | 72 | 46 | 64 |
| Binary | 10110010 | 10101111 | 1010101 | 0 | 10 | 110100 | 11110 | 111010 | 100110 | 110100 |
Color Harmonies of #B2AF55
Complementary color
Monochromatic Colors of #B2AF55
Black with #B2AF55
Text Example
Text Example
White with #B2AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF55; }
p { color: rgb(178,175,85); }
H1.HeaderClassName
{
color: #B2AF55;
}
.AnyTagClassName
{
color: #B2AF55;
}
</style>
background-color css
<style>
a { background-color: #B2AF55; }
a { background-color: rgb(178,175,85); }
div.DivClassName
{
background-color: #B2AF55;
}
.BgClassName
{
background-color: #B2AF55;
}
</style>
border-color css
<style>
span { border-color: #B2AF55; }
span { border-color: rgb(178,175,85); }
td.TdClassName
{
border-color: #B2AF55;
}
.TagClassName
{
border-color: #B2AF55;
}
</style>