Shades of Olive Green #B0A955
Tints of Olive Green #B0A955
RGB
CMYK
RGB Variations
Color information
#B0A955 (or 0xB0A955) is known color: Olive Green. HEX triplet: B0, A9 and 55. RGB value is (176,169,85). Sum of RGB (Red+Green+Blue) = 176+169+85=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A955 is #4F56AA. Grayscale: #A1A1A1. Windows color (decimal): -5199531 or 5614000. OLE color: 5614000.
HSL color Cylindrical-coordinate representation of color #B0A955: hue angle of 55.38º 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 #B0A955 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 169 | 85 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.31 |
| HSL | 55.38º | 0.37% | 0.51% | - |
| HSV(B) | 55.38º | 0.52% | 0.69% | - |
| XYZ | 33.73 | 38.26 | 14.2 | - |
| YUV | 161.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 85 | 0 | 0.04 | 0.52 | 0.31 | 55.38 | 0.37 | 0.51 |
| Hex | B0 | A9 | 55 | 0 | 4 | 34 | 1F | 37 | 25 | 33 |
| Octal | 260 | 251 | 125 | 0 | 4 | 64 | 37 | 67 | 45 | 63 |
| Binary | 10110000 | 10101001 | 1010101 | 0 | 100 | 110100 | 11111 | 110111 | 100101 | 110011 |
Color Harmonies of #B0A955
Complementary color
Monochromatic Colors of #B0A955
Black with #B0A955
Text Example
Text Example
White with #B0A955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A955; }
p { color: rgb(176,169,85); }
H1.HeaderClassName
{
color: #B0A955;
}
.AnyTagClassName
{
color: #B0A955;
}
</style>
background-color css
<style>
a { background-color: #B0A955; }
a { background-color: rgb(176,169,85); }
div.DivClassName
{
background-color: #B0A955;
}
.BgClassName
{
background-color: #B0A955;
}
</style>
border-color css
<style>
span { border-color: #B0A955; }
span { border-color: rgb(176,169,85); }
td.TdClassName
{
border-color: #B0A955;
}
.TagClassName
{
border-color: #B0A955;
}
</style>