Shades of Olive Green #B2B559
Tints of Olive Green #B2B559
RGB
CMYK
RGB Variations
Color information
#B2B559 (or 0xB2B559) is known color: Olive Green. HEX triplet: B2, B5 and 59. RGB value is (178,181,89). Sum of RGB (Red+Green+Blue) = 178+181+89=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B559 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B559 is #4D4AA6. Grayscale: #A9A9A9. Windows color (decimal): -5065383 or 5879218. OLE color: 5879218.
HSL color Cylindrical-coordinate representation of color #B2B559: hue angle of 61.96º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2B559 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 89 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.29 |
| HSL | 61.96º | 0.38% | 0.53% | - |
| HSV(B) | 61.96º | 0.51% | 0.71% | - |
| XYZ | 36.69 | 43.23 | 15.86 | - |
| YUV | 169.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 89 | 0.02 | 0 | 0.51 | 0.29 | 61.96 | 0.38 | 0.53 |
| Hex | B2 | B5 | 59 | 2 | 0 | 33 | 1D | 3E | 26 | 35 |
| Octal | 262 | 265 | 131 | 2 | 0 | 63 | 35 | 76 | 46 | 65 |
| Binary | 10110010 | 10110101 | 1011001 | 10 | 0 | 110011 | 11101 | 111110 | 100110 | 110101 |
Color Harmonies of #B2B559
Complementary color
Monochromatic Colors of #B2B559
Black with #B2B559
Text Example
Text Example
White with #B2B559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B559; }
p { color: rgb(178,181,89); }
H1.HeaderClassName
{
color: #B2B559;
}
.AnyTagClassName
{
color: #B2B559;
}
</style>
background-color css
<style>
a { background-color: #B2B559; }
a { background-color: rgb(178,181,89); }
div.DivClassName
{
background-color: #B2B559;
}
.BgClassName
{
background-color: #B2B559;
}
</style>
border-color css
<style>
span { border-color: #B2B559; }
span { border-color: rgb(178,181,89); }
td.TdClassName
{
border-color: #B2B559;
}
.TagClassName
{
border-color: #B2B559;
}
</style>