Shades of Olive Green #B2A853
Tints of Olive Green #B2A853
RGB
CMYK
RGB Variations
Color information
#B2A853 (or 0xB2A853) is known color: Olive Green. HEX triplet: B2, A8 and 53. RGB value is (178,168,83). Sum of RGB (Red+Green+Blue) = 178+168+83=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A853 is #4D57AC. Grayscale: #A1A1A1. Windows color (decimal): -5068717 or 5482674. OLE color: 5482674.
HSL color Cylindrical-coordinate representation of color #B2A853: hue angle of 53.68º 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 #B2A853 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 83 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.30 |
| HSL | 53.68º | 0.38% | 0.51% | - |
| HSV(B) | 53.68º | 0.53% | 0.7% | - |
| XYZ | 33.92 | 38.09 | 13.75 | - |
| YUV | 161.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 83 | 0 | 0.06 | 0.53 | 0.30 | 53.68 | 0.38 | 0.51 |
| Hex | B2 | A8 | 53 | 0 | 6 | 35 | 1E | 36 | 26 | 33 |
| Octal | 262 | 250 | 123 | 0 | 6 | 65 | 36 | 66 | 46 | 63 |
| Binary | 10110010 | 10101000 | 1010011 | 0 | 110 | 110101 | 11110 | 110110 | 100110 | 110011 |
Color Harmonies of #B2A853
Complementary color
Monochromatic Colors of #B2A853
Black with #B2A853
Text Example
Text Example
White with #B2A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A853; }
p { color: rgb(178,168,83); }
H1.HeaderClassName
{
color: #B2A853;
}
.AnyTagClassName
{
color: #B2A853;
}
</style>
background-color css
<style>
a { background-color: #B2A853; }
a { background-color: rgb(178,168,83); }
div.DivClassName
{
background-color: #B2A853;
}
.BgClassName
{
background-color: #B2A853;
}
</style>
border-color css
<style>
span { border-color: #B2A853; }
span { border-color: rgb(178,168,83); }
td.TdClassName
{
border-color: #B2A853;
}
.TagClassName
{
border-color: #B2A853;
}
</style>