Shades of Olive Green #B2B051
Tints of Olive Green #B2B051
RGB
CMYK
RGB Variations
Color information
#B2B051 (or 0xB2B051) is known color: Olive Green. HEX triplet: B2, B0 and 51. RGB value is (178,176,81). Sum of RGB (Red+Green+Blue) = 178+176+81=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B051 is #4D4FAE. Grayscale: #A6A6A6. Windows color (decimal): -5066671 or 5353650. OLE color: 5353650.
HSL color Cylindrical-coordinate representation of color #B2B051: hue angle of 58.76º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2B051 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 81 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.30 |
| HSL | 58.76º | 0.39% | 0.51% | - |
| HSV(B) | 58.76º | 0.54% | 0.7% | - |
| XYZ | 35.37 | 41.11 | 13.86 | - |
| YUV | 165.77 | 80.16 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 81 | 0 | 0.01 | 0.54 | 0.30 | 58.76 | 0.39 | 0.51 |
| Hex | B2 | B0 | 51 | 0 | 1 | 36 | 1E | 3B | 27 | 33 |
| Octal | 262 | 260 | 121 | 0 | 1 | 66 | 36 | 73 | 47 | 63 |
| Binary | 10110010 | 10110000 | 1010001 | 0 | 1 | 110110 | 11110 | 111011 | 100111 | 110011 |
Color Harmonies of #B2B051
Complementary color
Monochromatic Colors of #B2B051
Black with #B2B051
Text Example
Text Example
White with #B2B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B051; }
p { color: rgb(178,176,81); }
H1.HeaderClassName
{
color: #B2B051;
}
.AnyTagClassName
{
color: #B2B051;
}
</style>
background-color css
<style>
a { background-color: #B2B051; }
a { background-color: rgb(178,176,81); }
div.DivClassName
{
background-color: #B2B051;
}
.BgClassName
{
background-color: #B2B051;
}
</style>
border-color css
<style>
span { border-color: #B2B051; }
span { border-color: rgb(178,176,81); }
td.TdClassName
{
border-color: #B2B051;
}
.TagClassName
{
border-color: #B2B051;
}
</style>