Shades of Olive Green #B4B060
Tints of Olive Green #B4B060
RGB
CMYK
RGB Variations
Color information
#B4B060 (or 0xB4B060) is known color: Olive Green. HEX triplet: B4, B0 and 60. RGB value is (180,176,96). Sum of RGB (Red+Green+Blue) = 180+176+96=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B060 is #4B4F9F. Grayscale: #A8A8A8. Windows color (decimal): -4935584 or 6336692. OLE color: 6336692.
HSL color Cylindrical-coordinate representation of color #B4B060: hue angle of 57.14º 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 #B4B060 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 96 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.29 |
| HSL | 57.14º | 0.36% | 0.54% | - |
| HSV(B) | 57.14º | 0.47% | 0.71% | - |
| XYZ | 36.46 | 41.6 | 17.17 | - |
| YUV | 168.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 96 | 0 | 0.02 | 0.47 | 0.29 | 57.14 | 0.36 | 0.54 |
| Hex | B4 | B0 | 60 | 0 | 2 | 2F | 1D | 39 | 24 | 36 |
| Octal | 264 | 260 | 140 | 0 | 2 | 57 | 35 | 71 | 44 | 66 |
| Binary | 10110100 | 10110000 | 1100000 | 0 | 10 | 101111 | 11101 | 111001 | 100100 | 110110 |
Color Harmonies of #B4B060
Complementary color
Monochromatic Colors of #B4B060
Black with #B4B060
Text Example
Text Example
White with #B4B060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B060; }
p { color: rgb(180,176,96); }
H1.HeaderClassName
{
color: #B4B060;
}
.AnyTagClassName
{
color: #B4B060;
}
</style>
background-color css
<style>
a { background-color: #B4B060; }
a { background-color: rgb(180,176,96); }
div.DivClassName
{
background-color: #B4B060;
}
.BgClassName
{
background-color: #B4B060;
}
</style>
border-color css
<style>
span { border-color: #B4B060; }
span { border-color: rgb(180,176,96); }
td.TdClassName
{
border-color: #B4B060;
}
.TagClassName
{
border-color: #B4B060;
}
</style>