Shades of Olive Green #B2A854
Tints of Olive Green #B2A854
RGB
CMYK
RGB Variations
Color information
#B2A854 (or 0xB2A854) is known color: Olive Green. HEX triplet: B2, A8 and 54. RGB value is (178,168,84). Sum of RGB (Red+Green+Blue) = 178+168+84=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A854 is #4D57AB. Grayscale: #A1A1A1. Windows color (decimal): -5068716 or 5548210. OLE color: 5548210.
HSL color Cylindrical-coordinate representation of color #B2A854: hue angle of 53.62º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2A854 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 84 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.30 |
| HSL | 53.62º | 0.38% | 0.51% | - |
| HSV(B) | 53.62º | 0.53% | 0.7% | - |
| XYZ | 33.96 | 38.11 | 13.95 | - |
| YUV | 161.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 84 | 0 | 0.06 | 0.53 | 0.30 | 53.62 | 0.38 | 0.51 |
| Hex | B2 | A8 | 54 | 0 | 6 | 35 | 1E | 36 | 26 | 33 |
| Octal | 262 | 250 | 124 | 0 | 6 | 65 | 36 | 66 | 46 | 63 |
| Binary | 10110010 | 10101000 | 1010100 | 0 | 110 | 110101 | 11110 | 110110 | 100110 | 110011 |
Color Harmonies of #B2A854
Complementary color
Monochromatic Colors of #B2A854
Black with #B2A854
Text Example
Text Example
White with #B2A854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A854; }
p { color: rgb(178,168,84); }
H1.HeaderClassName
{
color: #B2A854;
}
.AnyTagClassName
{
color: #B2A854;
}
</style>
background-color css
<style>
a { background-color: #B2A854; }
a { background-color: rgb(178,168,84); }
div.DivClassName
{
background-color: #B2A854;
}
.BgClassName
{
background-color: #B2A854;
}
</style>
border-color css
<style>
span { border-color: #B2A854; }
span { border-color: rgb(178,168,84); }
td.TdClassName
{
border-color: #B2A854;
}
.TagClassName
{
border-color: #B2A854;
}
</style>