Shades of Olive Green #B0A855
Tints of Olive Green #B0A855
RGB
CMYK
RGB Variations
Color information
#B0A855 (or 0xB0A855) is known color: Olive Green. HEX triplet: B0, A8 and 55. RGB value is (176,168,85). Sum of RGB (Red+Green+Blue) = 176+168+85=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A855 is #4F57AA. Grayscale: #A1A1A1. Windows color (decimal): -5199787 or 5613744. OLE color: 5613744.
HSL color Cylindrical-coordinate representation of color #B0A855: hue angle of 54.73º 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 #B0A855 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 85 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.31 |
| HSL | 54.73º | 0.37% | 0.51% | - |
| HSV(B) | 54.73º | 0.52% | 0.69% | - |
| XYZ | 33.55 | 37.89 | 14.14 | - |
| YUV | 160.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 85 | 0 | 0.05 | 0.52 | 0.31 | 54.73 | 0.37 | 0.51 |
| Hex | B0 | A8 | 55 | 0 | 5 | 34 | 1F | 37 | 25 | 33 |
| Octal | 260 | 250 | 125 | 0 | 5 | 64 | 37 | 67 | 45 | 63 |
| Binary | 10110000 | 10101000 | 1010101 | 0 | 101 | 110100 | 11111 | 110111 | 100101 | 110011 |
Color Harmonies of #B0A855
Complementary color
Monochromatic Colors of #B0A855
Black with #B0A855
Text Example
Text Example
White with #B0A855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A855; }
p { color: rgb(176,168,85); }
H1.HeaderClassName
{
color: #B0A855;
}
.AnyTagClassName
{
color: #B0A855;
}
</style>
background-color css
<style>
a { background-color: #B0A855; }
a { background-color: rgb(176,168,85); }
div.DivClassName
{
background-color: #B0A855;
}
.BgClassName
{
background-color: #B0A855;
}
</style>
border-color css
<style>
span { border-color: #B0A855; }
span { border-color: rgb(176,168,85); }
td.TdClassName
{
border-color: #B0A855;
}
.TagClassName
{
border-color: #B0A855;
}
</style>