Shades of Olive Green #B2B764
Tints of Olive Green #B2B764
RGB
CMYK
RGB Variations
Color information
#B2B764 (or 0xB2B764) is known color: Olive Green. HEX triplet: B2, B7 and 64. RGB value is (178,183,100). Sum of RGB (Red+Green+Blue) = 178+183+100=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B764 is #4D489B. Grayscale: #ACACAC. Windows color (decimal): -5064860 or 6600626. OLE color: 6600626.
HSL color Cylindrical-coordinate representation of color #B2B764: hue angle of 63.61º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2B764 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 100 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.28 |
| HSL | 63.61º | 0.37% | 0.55% | - |
| HSV(B) | 63.61º | 0.45% | 0.72% | - |
| XYZ | 37.59 | 44.25 | 18.62 | - |
| YUV | 172.04 | 87.34 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 100 | 0.03 | 0 | 0.45 | 0.28 | 63.61 | 0.37 | 0.55 |
| Hex | B2 | B7 | 64 | 3 | 0 | 2D | 1C | 40 | 25 | 37 |
| Octal | 262 | 267 | 144 | 3 | 0 | 55 | 34 | 100 | 45 | 67 |
| Binary | 10110010 | 10110111 | 1100100 | 11 | 0 | 101101 | 11100 | 1000000 | 100101 | 110111 |
Color Harmonies of #B2B764
Complementary color
Monochromatic Colors of #B2B764
Black with #B2B764
Text Example
Text Example
White with #B2B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B764; }
p { color: rgb(178,183,100); }
H1.HeaderClassName
{
color: #B2B764;
}
.AnyTagClassName
{
color: #B2B764;
}
</style>
background-color css
<style>
a { background-color: #B2B764; }
a { background-color: rgb(178,183,100); }
div.DivClassName
{
background-color: #B2B764;
}
.BgClassName
{
background-color: #B2B764;
}
</style>
border-color css
<style>
span { border-color: #B2B764; }
span { border-color: rgb(178,183,100); }
td.TdClassName
{
border-color: #B2B764;
}
.TagClassName
{
border-color: #B2B764;
}
</style>