Shades of Olive Green #B0B464
Tints of Olive Green #B0B464
RGB
CMYK
RGB Variations
Color information
#B0B464 (or 0xB0B464) is known color: Olive Green. HEX triplet: B0, B4 and 64. RGB value is (176,180,100). Sum of RGB (Red+Green+Blue) = 176+180+100=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B464 is #4F4B9B. Grayscale: #AAAAAA. Windows color (decimal): -5196700 or 6599856. OLE color: 6599856.
HSL color Cylindrical-coordinate representation of color #B0B464: hue angle of 63º 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 #B0B464 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 180 | 100 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.29 |
| HSL | 63º | 0.35% | 0.55% | - |
| HSV(B) | 63º | 0.44% | 0.71% | - |
| XYZ | 36.53 | 42.79 | 18.39 | - |
| YUV | 169.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 180 | 100 | 0.02 | 0 | 0.44 | 0.29 | 63 | 0.35 | 0.55 |
| Hex | B0 | B4 | 64 | 2 | 0 | 2C | 1D | 3F | 23 | 37 |
| Octal | 260 | 264 | 144 | 2 | 0 | 54 | 35 | 77 | 43 | 67 |
| Binary | 10110000 | 10110100 | 1100100 | 10 | 0 | 101100 | 11101 | 111111 | 100011 | 110111 |
Color Harmonies of #B0B464
Complementary color
Monochromatic Colors of #B0B464
Black with #B0B464
Text Example
Text Example
White with #B0B464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B464; }
p { color: rgb(176,180,100); }
H1.HeaderClassName
{
color: #B0B464;
}
.AnyTagClassName
{
color: #B0B464;
}
</style>
background-color css
<style>
a { background-color: #B0B464; }
a { background-color: rgb(176,180,100); }
div.DivClassName
{
background-color: #B0B464;
}
.BgClassName
{
background-color: #B0B464;
}
</style>
border-color css
<style>
span { border-color: #B0B464; }
span { border-color: rgb(176,180,100); }
td.TdClassName
{
border-color: #B0B464;
}
.TagClassName
{
border-color: #B0B464;
}
</style>