Shades of Olive Green #B2A955
Tints of Olive Green #B2A955
RGB
CMYK
RGB Variations
Color information
#B2A955 (or 0xB2A955) is known color: Olive Green. HEX triplet: B2, A9 and 55. RGB value is (178,169,85). Sum of RGB (Red+Green+Blue) = 178+169+85=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A955 is #4D56AA. Grayscale: #A2A2A2. Windows color (decimal): -5068459 or 5614002. OLE color: 5614002.
HSL color Cylindrical-coordinate representation of color #B2A955: hue angle of 54.19º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2A955 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 169 | 85 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.30 |
| HSL | 54.19º | 0.38% | 0.52% | - |
| HSV(B) | 54.19º | 0.52% | 0.7% | - |
| XYZ | 34.19 | 38.5 | 14.22 | - |
| YUV | 162.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 169 | 85 | 0 | 0.05 | 0.52 | 0.30 | 54.19 | 0.38 | 0.52 |
| Hex | B2 | A9 | 55 | 0 | 5 | 34 | 1E | 36 | 26 | 34 |
| Octal | 262 | 251 | 125 | 0 | 5 | 64 | 36 | 66 | 46 | 64 |
| Binary | 10110010 | 10101001 | 1010101 | 0 | 101 | 110100 | 11110 | 110110 | 100110 | 110100 |
Color Harmonies of #B2A955
Complementary color
Monochromatic Colors of #B2A955
Black with #B2A955
Text Example
Text Example
White with #B2A955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A955; }
p { color: rgb(178,169,85); }
H1.HeaderClassName
{
color: #B2A955;
}
.AnyTagClassName
{
color: #B2A955;
}
</style>
background-color css
<style>
a { background-color: #B2A955; }
a { background-color: rgb(178,169,85); }
div.DivClassName
{
background-color: #B2A955;
}
.BgClassName
{
background-color: #B2A955;
}
</style>
border-color css
<style>
span { border-color: #B2A955; }
span { border-color: rgb(178,169,85); }
td.TdClassName
{
border-color: #B2A955;
}
.TagClassName
{
border-color: #B2A955;
}
</style>