Shades of Olive Green #B4B160
Tints of Olive Green #B4B160
RGB
CMYK
RGB Variations
Color information
#B4B160 (or 0xB4B160) is known color: Olive Green. HEX triplet: B4, B1 and 60. RGB value is (180,177,96). Sum of RGB (Red+Green+Blue) = 180+177+96=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B160 is #4B4E9F. Grayscale: #A8A8A8. Windows color (decimal): -4935328 or 6336948. OLE color: 6336948.
HSL color Cylindrical-coordinate representation of color #B4B160: hue angle of 57.86º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4B160 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 177 | 96 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.29 |
| HSL | 57.86º | 0.36% | 0.54% | - |
| HSV(B) | 57.86º | 0.47% | 0.71% | - |
| XYZ | 36.66 | 41.99 | 17.24 | - |
| YUV | 168.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 96 | 0 | 0.02 | 0.47 | 0.29 | 57.86 | 0.36 | 0.54 |
| Hex | B4 | B1 | 60 | 0 | 2 | 2F | 1D | 3A | 24 | 36 |
| Octal | 264 | 261 | 140 | 0 | 2 | 57 | 35 | 72 | 44 | 66 |
| Binary | 10110100 | 10110001 | 1100000 | 0 | 10 | 101111 | 11101 | 111010 | 100100 | 110110 |
Color Harmonies of #B4B160
Complementary color
Monochromatic Colors of #B4B160
Black with #B4B160
Text Example
Text Example
White with #B4B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B160; }
p { color: rgb(180,177,96); }
H1.HeaderClassName
{
color: #B4B160;
}
.AnyTagClassName
{
color: #B4B160;
}
</style>
background-color css
<style>
a { background-color: #B4B160; }
a { background-color: rgb(180,177,96); }
div.DivClassName
{
background-color: #B4B160;
}
.BgClassName
{
background-color: #B4B160;
}
</style>
border-color css
<style>
span { border-color: #B4B160; }
span { border-color: rgb(180,177,96); }
td.TdClassName
{
border-color: #B4B160;
}
.TagClassName
{
border-color: #B4B160;
}
</style>