Shades of Olive Green #B2B464
Tints of Olive Green #B2B464
RGB
CMYK
RGB Variations
Color information
#B2B464 (or 0xB2B464) is known color: Olive Green. HEX triplet: B2, B4 and 64. RGB value is (178,180,100). Sum of RGB (Red+Green+Blue) = 178+180+100=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B464 is #4D4B9B. Grayscale: #AAAAAA. Windows color (decimal): -5065628 or 6599858. OLE color: 6599858.
HSL color Cylindrical-coordinate representation of color #B2B464: hue angle of 61.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2B464 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 100 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.29 |
| HSL | 61.5º | 0.35% | 0.55% | - |
| HSV(B) | 61.5º | 0.44% | 0.71% | - |
| XYZ | 36.98 | 43.03 | 18.41 | - |
| YUV | 170.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 100 | 0.01 | 0 | 0.44 | 0.29 | 61.5 | 0.35 | 0.55 |
| Hex | B2 | B4 | 64 | 1 | 0 | 2C | 1D | 3E | 23 | 37 |
| Octal | 262 | 264 | 144 | 1 | 0 | 54 | 35 | 76 | 43 | 67 |
| Binary | 10110010 | 10110100 | 1100100 | 1 | 0 | 101100 | 11101 | 111110 | 100011 | 110111 |
Color Harmonies of #B2B464
Complementary color
Monochromatic Colors of #B2B464
Black with #B2B464
Text Example
Text Example
White with #B2B464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B464; }
p { color: rgb(178,180,100); }
H1.HeaderClassName
{
color: #B2B464;
}
.AnyTagClassName
{
color: #B2B464;
}
</style>
background-color css
<style>
a { background-color: #B2B464; }
a { background-color: rgb(178,180,100); }
div.DivClassName
{
background-color: #B2B464;
}
.BgClassName
{
background-color: #B2B464;
}
</style>
border-color css
<style>
span { border-color: #B2B464; }
span { border-color: rgb(178,180,100); }
td.TdClassName
{
border-color: #B2B464;
}
.TagClassName
{
border-color: #B2B464;
}
</style>