Shades of Olive Green #B2B355
Tints of Olive Green #B2B355
RGB
CMYK
RGB Variations
Color information
#B2B355 (or 0xB2B355) is known color: Olive Green. HEX triplet: B2, B3 and 55. RGB value is (178,179,85). Sum of RGB (Red+Green+Blue) = 178+179+85=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B355 is #4D4CAA. Grayscale: #A8A8A8. Windows color (decimal): -5065899 or 5616562. OLE color: 5616562.
HSL color Cylindrical-coordinate representation of color #B2B355: hue angle of 60.64º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2B355 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 85 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.30 |
| HSL | 60.64º | 0.38% | 0.52% | - |
| HSV(B) | 60.64º | 0.53% | 0.7% | - |
| XYZ | 36.12 | 42.36 | 14.87 | - |
| YUV | 167.99 | 81.17 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 85 | 0.01 | 0 | 0.53 | 0.30 | 60.64 | 0.38 | 0.52 |
| Hex | B2 | B3 | 55 | 1 | 0 | 35 | 1E | 3D | 26 | 34 |
| Octal | 262 | 263 | 125 | 1 | 0 | 65 | 36 | 75 | 46 | 64 |
| Binary | 10110010 | 10110011 | 1010101 | 1 | 0 | 110101 | 11110 | 111101 | 100110 | 110100 |
Color Harmonies of #B2B355
Complementary color
Monochromatic Colors of #B2B355
Black with #B2B355
Text Example
Text Example
White with #B2B355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B355; }
p { color: rgb(178,179,85); }
H1.HeaderClassName
{
color: #B2B355;
}
.AnyTagClassName
{
color: #B2B355;
}
</style>
background-color css
<style>
a { background-color: #B2B355; }
a { background-color: rgb(178,179,85); }
div.DivClassName
{
background-color: #B2B355;
}
.BgClassName
{
background-color: #B2B355;
}
</style>
border-color css
<style>
span { border-color: #B2B355; }
span { border-color: rgb(178,179,85); }
td.TdClassName
{
border-color: #B2B355;
}
.TagClassName
{
border-color: #B2B355;
}
</style>