Shades of Olive Green #B2B957
Tints of Olive Green #B2B957
RGB
CMYK
RGB Variations
Color information
#B2B957 (or 0xB2B957) is known color: Olive Green. HEX triplet: B2, B9 and 57. RGB value is (178,185,87). Sum of RGB (Red+Green+Blue) = 178+185+87=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 87 (34.38% from 255 or 19.33% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B957 is #4D46A8. Grayscale: #ACACAC. Windows color (decimal): -5064361 or 5749170. OLE color: 5749170.
HSL color Cylindrical-coordinate representation of color #B2B957: hue angle of 64.29º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2B957 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 87 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.27 |
| HSL | 64.29º | 0.41% | 0.53% | - |
| HSV(B) | 64.29º | 0.53% | 0.73% | - |
| XYZ | 37.43 | 44.85 | 15.7 | - |
| YUV | 171.74 | 80.18 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 87 | 0.04 | 0 | 0.53 | 0.27 | 64.29 | 0.41 | 0.53 |
| Hex | B2 | B9 | 57 | 4 | 0 | 35 | 1B | 40 | 29 | 35 |
| Octal | 262 | 271 | 127 | 4 | 0 | 65 | 33 | 100 | 51 | 65 |
| Binary | 10110010 | 10111001 | 1010111 | 100 | 0 | 110101 | 11011 | 1000000 | 101001 | 110101 |
Color Harmonies of #B2B957
Complementary color
Monochromatic Colors of #B2B957
Black with #B2B957
Text Example
Text Example
White with #B2B957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B957; }
p { color: rgb(178,185,87); }
H1.HeaderClassName
{
color: #B2B957;
}
.AnyTagClassName
{
color: #B2B957;
}
</style>
background-color css
<style>
a { background-color: #B2B957; }
a { background-color: rgb(178,185,87); }
div.DivClassName
{
background-color: #B2B957;
}
.BgClassName
{
background-color: #B2B957;
}
</style>
border-color css
<style>
span { border-color: #B2B957; }
span { border-color: rgb(178,185,87); }
td.TdClassName
{
border-color: #B2B957;
}
.TagClassName
{
border-color: #B2B957;
}
</style>