Shades of Olive Green #B0A854
Tints of Olive Green #B0A854
RGB
CMYK
RGB Variations
Color information
#B0A854 (or 0xB0A854) is known color: Olive Green. HEX triplet: B0, A8 and 54. RGB value is (176,168,84). Sum of RGB (Red+Green+Blue) = 176+168+84=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A854 is #4F57AB. Grayscale: #A1A1A1. Windows color (decimal): -5199788 or 5548208. OLE color: 5548208.
HSL color Cylindrical-coordinate representation of color #B0A854: hue angle of 54.78º 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 #B0A854 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 84 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.31 |
| HSL | 54.78º | 0.37% | 0.51% | - |
| HSV(B) | 54.78º | 0.52% | 0.69% | - |
| XYZ | 33.51 | 37.88 | 13.93 | - |
| YUV | 160.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 84 | 0 | 0.05 | 0.52 | 0.31 | 54.78 | 0.37 | 0.51 |
| Hex | B0 | A8 | 54 | 0 | 5 | 34 | 1F | 37 | 25 | 33 |
| Octal | 260 | 250 | 124 | 0 | 5 | 64 | 37 | 67 | 45 | 63 |
| Binary | 10110000 | 10101000 | 1010100 | 0 | 101 | 110100 | 11111 | 110111 | 100101 | 110011 |
Color Harmonies of #B0A854
Complementary color
Monochromatic Colors of #B0A854
Black with #B0A854
Text Example
Text Example
White with #B0A854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A854; }
p { color: rgb(176,168,84); }
H1.HeaderClassName
{
color: #B0A854;
}
.AnyTagClassName
{
color: #B0A854;
}
</style>
background-color css
<style>
a { background-color: #B0A854; }
a { background-color: rgb(176,168,84); }
div.DivClassName
{
background-color: #B0A854;
}
.BgClassName
{
background-color: #B0A854;
}
</style>
border-color css
<style>
span { border-color: #B0A854; }
span { border-color: rgb(176,168,84); }
td.TdClassName
{
border-color: #B0A854;
}
.TagClassName
{
border-color: #B0A854;
}
</style>