Shades of Olive Green #B2B159
Tints of Olive Green #B2B159
RGB
CMYK
RGB Variations
Color information
#B2B159 (or 0xB2B159) is known color: Olive Green. HEX triplet: B2, B1 and 59. RGB value is (178,177,89). Sum of RGB (Red+Green+Blue) = 178+177+89=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B159 is #4D4EA6. Grayscale: #A7A7A7. Windows color (decimal): -5066407 or 5878194. OLE color: 5878194.
HSL color Cylindrical-coordinate representation of color #B2B159: hue angle of 59.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2B159 is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 89 | - |
| CMYK | 0 | 0.01 | 0.5 | 0.30 |
| HSL | 59.33º | 0.37% | 0.52% | - |
| HSV(B) | 59.33º | 0.5% | 0.7% | - |
| XYZ | 35.89 | 41.63 | 15.6 | - |
| YUV | 167.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 89 | 0 | 0.01 | 0.5 | 0.30 | 59.33 | 0.37 | 0.52 |
| Hex | B2 | B1 | 59 | 0 | 1 | 32 | 1E | 3B | 25 | 34 |
| Octal | 262 | 261 | 131 | 0 | 1 | 62 | 36 | 73 | 45 | 64 |
| Binary | 10110010 | 10110001 | 1011001 | 0 | 1 | 110010 | 11110 | 111011 | 100101 | 110100 |
Color Harmonies of #B2B159
Complementary color
Monochromatic Colors of #B2B159
Black with #B2B159
Text Example
Text Example
White with #B2B159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B159; }
p { color: rgb(178,177,89); }
H1.HeaderClassName
{
color: #B2B159;
}
.AnyTagClassName
{
color: #B2B159;
}
</style>
background-color css
<style>
a { background-color: #B2B159; }
a { background-color: rgb(178,177,89); }
div.DivClassName
{
background-color: #B2B159;
}
.BgClassName
{
background-color: #B2B159;
}
</style>
border-color css
<style>
span { border-color: #B2B159; }
span { border-color: rgb(178,177,89); }
td.TdClassName
{
border-color: #B2B159;
}
.TagClassName
{
border-color: #B2B159;
}
</style>