Shades of Olive Green #B2B856
Tints of Olive Green #B2B856
RGB
CMYK
RGB Variations
Color information
#B2B856 (or 0xB2B856) is known color: Olive Green. HEX triplet: B2, B8 and 56. RGB value is (178,184,86). Sum of RGB (Red+Green+Blue) = 178+184+86=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B856 is #4D47A9. Grayscale: #ABABAB. Windows color (decimal): -5064618 or 5683378. OLE color: 5683378.
HSL color Cylindrical-coordinate representation of color #B2B856: hue angle of 63.67º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2B856 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 86 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.28 |
| HSL | 63.67º | 0.41% | 0.53% | - |
| HSV(B) | 63.67º | 0.53% | 0.72% | - |
| XYZ | 37.18 | 44.42 | 15.42 | - |
| YUV | 171.03 | 80.01 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 86 | 0.03 | 0 | 0.53 | 0.28 | 63.67 | 0.41 | 0.53 |
| Hex | B2 | B8 | 56 | 3 | 0 | 35 | 1C | 40 | 29 | 35 |
| Octal | 262 | 270 | 126 | 3 | 0 | 65 | 34 | 100 | 51 | 65 |
| Binary | 10110010 | 10111000 | 1010110 | 11 | 0 | 110101 | 11100 | 1000000 | 101001 | 110101 |
Color Harmonies of #B2B856
Complementary color
Monochromatic Colors of #B2B856
Black with #B2B856
Text Example
Text Example
White with #B2B856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B856; }
p { color: rgb(178,184,86); }
H1.HeaderClassName
{
color: #B2B856;
}
.AnyTagClassName
{
color: #B2B856;
}
</style>
background-color css
<style>
a { background-color: #B2B856; }
a { background-color: rgb(178,184,86); }
div.DivClassName
{
background-color: #B2B856;
}
.BgClassName
{
background-color: #B2B856;
}
</style>
border-color css
<style>
span { border-color: #B2B856; }
span { border-color: rgb(178,184,86); }
td.TdClassName
{
border-color: #B2B856;
}
.TagClassName
{
border-color: #B2B856;
}
</style>