Shades of Olive Green #B2B158
Tints of Olive Green #B2B158
RGB
CMYK
RGB Variations
Color information
#B2B158 (or 0xB2B158) is known color: Olive Green. HEX triplet: B2, B1 and 58. RGB value is (178,177,88). Sum of RGB (Red+Green+Blue) = 178+177+88=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B158 is #4D4EA7. Grayscale: #A7A7A7. Windows color (decimal): -5066408 or 5812658. OLE color: 5812658.
HSL color Cylindrical-coordinate representation of color #B2B158: 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.51%. Process color model (Four color, CMYK) of #B2B158 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 88 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.30 |
| HSL | 59.33º | 0.37% | 0.52% | - |
| HSV(B) | 59.33º | 0.51% | 0.7% | - |
| XYZ | 35.84 | 41.61 | 15.38 | - |
| YUV | 167.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 88 | 0 | 0.01 | 0.51 | 0.30 | 59.33 | 0.37 | 0.52 |
| Hex | B2 | B1 | 58 | 0 | 1 | 33 | 1E | 3B | 25 | 34 |
| Octal | 262 | 261 | 130 | 0 | 1 | 63 | 36 | 73 | 45 | 64 |
| Binary | 10110010 | 10110001 | 1011000 | 0 | 1 | 110011 | 11110 | 111011 | 100101 | 110100 |
Color Harmonies of #B2B158
Complementary color
Monochromatic Colors of #B2B158
Black with #B2B158
Text Example
Text Example
White with #B2B158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B158; }
p { color: rgb(178,177,88); }
H1.HeaderClassName
{
color: #B2B158;
}
.AnyTagClassName
{
color: #B2B158;
}
</style>
background-color css
<style>
a { background-color: #B2B158; }
a { background-color: rgb(178,177,88); }
div.DivClassName
{
background-color: #B2B158;
}
.BgClassName
{
background-color: #B2B158;
}
</style>
border-color css
<style>
span { border-color: #B2B158; }
span { border-color: rgb(178,177,88); }
td.TdClassName
{
border-color: #B2B158;
}
.TagClassName
{
border-color: #B2B158;
}
</style>