Shades of Olive Green #B0AF55
Tints of Olive Green #B0AF55
RGB
CMYK
RGB Variations
Color information
#B0AF55 (or 0xB0AF55) is known color: Olive Green. HEX triplet: B0, AF and 55. RGB value is (176,175,85). Sum of RGB (Red+Green+Blue) = 176+175+85=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AF55 is #4F50AA. Grayscale: #A5A5A5. Windows color (decimal): -5197995 or 5615536. OLE color: 5615536.
HSL color Cylindrical-coordinate representation of color #B0AF55: hue angle of 59.34º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0AF55 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 85 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.31 |
| HSL | 59.34º | 0.37% | 0.51% | - |
| HSV(B) | 59.34º | 0.52% | 0.69% | - |
| XYZ | 34.87 | 40.55 | 14.58 | - |
| YUV | 165.04 | 82.83 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 85 | 0 | 0.01 | 0.52 | 0.31 | 59.34 | 0.37 | 0.51 |
| Hex | B0 | AF | 55 | 0 | 1 | 34 | 1F | 3B | 25 | 33 |
| Octal | 260 | 257 | 125 | 0 | 1 | 64 | 37 | 73 | 45 | 63 |
| Binary | 10110000 | 10101111 | 1010101 | 0 | 1 | 110100 | 11111 | 111011 | 100101 | 110011 |
Color Harmonies of #B0AF55
Complementary color
Monochromatic Colors of #B0AF55
Black with #B0AF55
Text Example
Text Example
White with #B0AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF55; }
p { color: rgb(176,175,85); }
H1.HeaderClassName
{
color: #B0AF55;
}
.AnyTagClassName
{
color: #B0AF55;
}
</style>
background-color css
<style>
a { background-color: #B0AF55; }
a { background-color: rgb(176,175,85); }
div.DivClassName
{
background-color: #B0AF55;
}
.BgClassName
{
background-color: #B0AF55;
}
</style>
border-color css
<style>
span { border-color: #B0AF55; }
span { border-color: rgb(176,175,85); }
td.TdClassName
{
border-color: #B0AF55;
}
.TagClassName
{
border-color: #B0AF55;
}
</style>