Shades of Olive Green #B4B860
Tints of Olive Green #B4B860
RGB
CMYK
RGB Variations
Color information
#B4B860 (or 0xB4B860) is known color: Olive Green. HEX triplet: B4, B8 and 60. RGB value is (180,184,96). Sum of RGB (Red+Green+Blue) = 180+184+96=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B860 is #4B479F. Grayscale: #ADADAD. Windows color (decimal): -4933536 or 6338740. OLE color: 6338740.
HSL color Cylindrical-coordinate representation of color #B4B860: hue angle of 62.73º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4B860 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 184 | 96 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.28 |
| HSL | 62.73º | 0.38% | 0.55% | - |
| HSV(B) | 62.73º | 0.48% | 0.72% | - |
| XYZ | 38.07 | 44.83 | 17.71 | - |
| YUV | 172.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 184 | 96 | 0.02 | 0 | 0.48 | 0.28 | 62.73 | 0.38 | 0.55 |
| Hex | B4 | B8 | 60 | 2 | 0 | 30 | 1C | 3F | 26 | 37 |
| Octal | 264 | 270 | 140 | 2 | 0 | 60 | 34 | 77 | 46 | 67 |
| Binary | 10110100 | 10111000 | 1100000 | 10 | 0 | 110000 | 11100 | 111111 | 100110 | 110111 |
Color Harmonies of #B4B860
Complementary color
Monochromatic Colors of #B4B860
Black with #B4B860
Text Example
Text Example
White with #B4B860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B860; }
p { color: rgb(180,184,96); }
H1.HeaderClassName
{
color: #B4B860;
}
.AnyTagClassName
{
color: #B4B860;
}
</style>
background-color css
<style>
a { background-color: #B4B860; }
a { background-color: rgb(180,184,96); }
div.DivClassName
{
background-color: #B4B860;
}
.BgClassName
{
background-color: #B4B860;
}
</style>
border-color css
<style>
span { border-color: #B4B860; }
span { border-color: rgb(180,184,96); }
td.TdClassName
{
border-color: #B4B860;
}
.TagClassName
{
border-color: #B4B860;
}
</style>