Shades of Olive Green #B2B055
Tints of Olive Green #B2B055
RGB
CMYK
RGB Variations
Color information
#B2B055 (or 0xB2B055) is known color: Olive Green. HEX triplet: B2, B0 and 55. RGB value is (178,176,85). Sum of RGB (Red+Green+Blue) = 178+176+85=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B055 is #4D4FAA. Grayscale: #A6A6A6. Windows color (decimal): -5066667 or 5615794. OLE color: 5615794.
HSL color Cylindrical-coordinate representation of color #B2B055: hue angle of 58.71º 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 #B2B055 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 85 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.30 |
| HSL | 58.71º | 0.38% | 0.52% | - |
| HSV(B) | 58.71º | 0.52% | 0.7% | - |
| XYZ | 35.53 | 41.17 | 14.67 | - |
| YUV | 166.22 | 82.16 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 85 | 0 | 0.01 | 0.52 | 0.30 | 58.71 | 0.38 | 0.52 |
| Hex | B2 | B0 | 55 | 0 | 1 | 34 | 1E | 3B | 26 | 34 |
| Octal | 262 | 260 | 125 | 0 | 1 | 64 | 36 | 73 | 46 | 64 |
| Binary | 10110010 | 10110000 | 1010101 | 0 | 1 | 110100 | 11110 | 111011 | 100110 | 110100 |
Color Harmonies of #B2B055
Complementary color
Monochromatic Colors of #B2B055
Black with #B2B055
Text Example
Text Example
White with #B2B055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B055; }
p { color: rgb(178,176,85); }
H1.HeaderClassName
{
color: #B2B055;
}
.AnyTagClassName
{
color: #B2B055;
}
</style>
background-color css
<style>
a { background-color: #B2B055; }
a { background-color: rgb(178,176,85); }
div.DivClassName
{
background-color: #B2B055;
}
.BgClassName
{
background-color: #B2B055;
}
</style>
border-color css
<style>
span { border-color: #B2B055; }
span { border-color: rgb(178,176,85); }
td.TdClassName
{
border-color: #B2B055;
}
.TagClassName
{
border-color: #B2B055;
}
</style>