Shades of Olive Green #B2B056
Tints of Olive Green #B2B056
RGB
CMYK
RGB Variations
Color information
#B2B056 (or 0xB2B056) is known color: Olive Green. HEX triplet: B2, B0 and 56. RGB value is (178,176,86). Sum of RGB (Red+Green+Blue) = 178+176+86=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B056 is #4D4FA9. Grayscale: #A6A6A6. Windows color (decimal): -5066666 or 5681330. OLE color: 5681330.
HSL color Cylindrical-coordinate representation of color #B2B056: hue angle of 58.7º degrees, saturation: 0.37, 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 #B2B056 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 86 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.30 |
| HSL | 58.7º | 0.37% | 0.52% | - |
| HSV(B) | 58.7º | 0.52% | 0.7% | - |
| XYZ | 35.57 | 41.19 | 14.88 | - |
| YUV | 166.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 86 | 0 | 0.01 | 0.52 | 0.30 | 58.7 | 0.37 | 0.52 |
| Hex | B2 | B0 | 56 | 0 | 1 | 34 | 1E | 3B | 25 | 34 |
| Octal | 262 | 260 | 126 | 0 | 1 | 64 | 36 | 73 | 45 | 64 |
| Binary | 10110010 | 10110000 | 1010110 | 0 | 1 | 110100 | 11110 | 111011 | 100101 | 110100 |
Color Harmonies of #B2B056
Complementary color
Monochromatic Colors of #B2B056
Black with #B2B056
Text Example
Text Example
White with #B2B056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B056; }
p { color: rgb(178,176,86); }
H1.HeaderClassName
{
color: #B2B056;
}
.AnyTagClassName
{
color: #B2B056;
}
</style>
background-color css
<style>
a { background-color: #B2B056; }
a { background-color: rgb(178,176,86); }
div.DivClassName
{
background-color: #B2B056;
}
.BgClassName
{
background-color: #B2B056;
}
</style>
border-color css
<style>
span { border-color: #B2B056; }
span { border-color: rgb(178,176,86); }
td.TdClassName
{
border-color: #B2B056;
}
.TagClassName
{
border-color: #B2B056;
}
</style>