Shades of Olive Green #B2B357
Tints of Olive Green #B2B357
RGB
CMYK
RGB Variations
Color information
#B2B357 (or 0xB2B357) is known color: Olive Green. HEX triplet: B2, B3 and 57. RGB value is (178,179,87). Sum of RGB (Red+Green+Blue) = 178+179+87=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B357 is #4D4CA8. Grayscale: #A8A8A8. Windows color (decimal): -5065897 or 5747634. OLE color: 5747634.
HSL color Cylindrical-coordinate representation of color #B2B357: hue angle of 60.65º degrees, saturation: 0.38, 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 #B2B357 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 87 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.30 |
| HSL | 60.65º | 0.38% | 0.52% | - |
| HSV(B) | 60.65º | 0.51% | 0.7% | - |
| XYZ | 36.2 | 42.39 | 15.29 | - |
| YUV | 168.21 | 82.17 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 87 | 0.01 | 0 | 0.51 | 0.30 | 60.65 | 0.38 | 0.52 |
| Hex | B2 | B3 | 57 | 1 | 0 | 33 | 1E | 3D | 26 | 34 |
| Octal | 262 | 263 | 127 | 1 | 0 | 63 | 36 | 75 | 46 | 64 |
| Binary | 10110010 | 10110011 | 1010111 | 1 | 0 | 110011 | 11110 | 111101 | 100110 | 110100 |
Color Harmonies of #B2B357
Complementary color
Monochromatic Colors of #B2B357
Black with #B2B357
Text Example
Text Example
White with #B2B357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B357; }
p { color: rgb(178,179,87); }
H1.HeaderClassName
{
color: #B2B357;
}
.AnyTagClassName
{
color: #B2B357;
}
</style>
background-color css
<style>
a { background-color: #B2B357; }
a { background-color: rgb(178,179,87); }
div.DivClassName
{
background-color: #B2B357;
}
.BgClassName
{
background-color: #B2B357;
}
</style>
border-color css
<style>
span { border-color: #B2B357; }
span { border-color: rgb(178,179,87); }
td.TdClassName
{
border-color: #B2B357;
}
.TagClassName
{
border-color: #B2B357;
}
</style>