Shades of Olive Green #B4B161
Tints of Olive Green #B4B161
RGB
CMYK
RGB Variations
Color information
#B4B161 (or 0xB4B161) is known color: Olive Green. HEX triplet: B4, B1 and 61. RGB value is (180,177,97). Sum of RGB (Red+Green+Blue) = 180+177+97=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B161 is #4B4E9E. Grayscale: #A9A9A9. Windows color (decimal): -4935327 or 6402484. OLE color: 6402484.
HSL color Cylindrical-coordinate representation of color #B4B161: hue angle of 57.83º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4B161 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 177 | 97 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.29 |
| HSL | 57.83º | 0.36% | 0.54% | - |
| HSV(B) | 57.83º | 0.46% | 0.71% | - |
| XYZ | 36.7 | 42.01 | 17.48 | - |
| YUV | 168.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 97 | 0 | 0.02 | 0.46 | 0.29 | 57.83 | 0.36 | 0.54 |
| Hex | B4 | B1 | 61 | 0 | 2 | 2E | 1D | 3A | 24 | 36 |
| Octal | 264 | 261 | 141 | 0 | 2 | 56 | 35 | 72 | 44 | 66 |
| Binary | 10110100 | 10110001 | 1100001 | 0 | 10 | 101110 | 11101 | 111010 | 100100 | 110110 |
Color Harmonies of #B4B161
Complementary color
Monochromatic Colors of #B4B161
Black with #B4B161
Text Example
Text Example
White with #B4B161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B161; }
p { color: rgb(180,177,97); }
H1.HeaderClassName
{
color: #B4B161;
}
.AnyTagClassName
{
color: #B4B161;
}
</style>
background-color css
<style>
a { background-color: #B4B161; }
a { background-color: rgb(180,177,97); }
div.DivClassName
{
background-color: #B4B161;
}
.BgClassName
{
background-color: #B4B161;
}
</style>
border-color css
<style>
span { border-color: #B4B161; }
span { border-color: rgb(180,177,97); }
td.TdClassName
{
border-color: #B4B161;
}
.TagClassName
{
border-color: #B4B161;
}
</style>