Shades of Olive Green #B0A853
Tints of Olive Green #B0A853
RGB
CMYK
RGB Variations
Color information
#B0A853 (or 0xB0A853) is known color: Olive Green. HEX triplet: B0, A8 and 53. RGB value is (176,168,83). Sum of RGB (Red+Green+Blue) = 176+168+83=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A853 is #4F57AC. Grayscale: #A1A1A1. Windows color (decimal): -5199789 or 5482672. OLE color: 5482672.
HSL color Cylindrical-coordinate representation of color #B0A853: hue angle of 54.84º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0A853 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 83 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.31 |
| HSL | 54.84º | 0.37% | 0.51% | - |
| HSV(B) | 54.84º | 0.53% | 0.69% | - |
| XYZ | 33.47 | 37.86 | 13.73 | - |
| YUV | 160.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 83 | 0 | 0.05 | 0.53 | 0.31 | 54.84 | 0.37 | 0.51 |
| Hex | B0 | A8 | 53 | 0 | 5 | 35 | 1F | 37 | 25 | 33 |
| Octal | 260 | 250 | 123 | 0 | 5 | 65 | 37 | 67 | 45 | 63 |
| Binary | 10110000 | 10101000 | 1010011 | 0 | 101 | 110101 | 11111 | 110111 | 100101 | 110011 |
Color Harmonies of #B0A853
Complementary color
Monochromatic Colors of #B0A853
Black with #B0A853
Text Example
Text Example
White with #B0A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A853; }
p { color: rgb(176,168,83); }
H1.HeaderClassName
{
color: #B0A853;
}
.AnyTagClassName
{
color: #B0A853;
}
</style>
background-color css
<style>
a { background-color: #B0A853; }
a { background-color: rgb(176,168,83); }
div.DivClassName
{
background-color: #B0A853;
}
.BgClassName
{
background-color: #B0A853;
}
</style>
border-color css
<style>
span { border-color: #B0A853; }
span { border-color: rgb(176,168,83); }
td.TdClassName
{
border-color: #B0A853;
}
.TagClassName
{
border-color: #B0A853;
}
</style>