Shades of Olive Green #B0AB5E
Tints of Olive Green #B0AB5E
RGB
CMYK
RGB Variations
Color information
#B0AB5E (or 0xB0AB5E) is known color: Olive Green. HEX triplet: B0, AB and 5E. RGB value is (176,171,94). Sum of RGB (Red+Green+Blue) = 176+171+94=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB5E is #4F54A1. Grayscale: #A4A4A4. Windows color (decimal): -5199010 or 6204336. OLE color: 6204336.
HSL color Cylindrical-coordinate representation of color #B0AB5E: hue angle of 56.34º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0AB5E is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 94 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.31 |
| HSL | 56.34º | 0.34% | 0.53% | - |
| HSV(B) | 56.34º | 0.47% | 0.69% | - |
| XYZ | 34.49 | 39.16 | 16.33 | - |
| YUV | 163.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 94 | 0 | 0.03 | 0.47 | 0.31 | 56.34 | 0.34 | 0.53 |
| Hex | B0 | AB | 5E | 0 | 3 | 2F | 1F | 38 | 22 | 35 |
| Octal | 260 | 253 | 136 | 0 | 3 | 57 | 37 | 70 | 42 | 65 |
| Binary | 10110000 | 10101011 | 1011110 | 0 | 11 | 101111 | 11111 | 111000 | 100010 | 110101 |
Color Harmonies of #B0AB5E
Complementary color
Monochromatic Colors of #B0AB5E
Black with #B0AB5E
Text Example
Text Example
White with #B0AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB5E; }
p { color: rgb(176,171,94); }
H1.HeaderClassName
{
color: #B0AB5E;
}
.AnyTagClassName
{
color: #B0AB5E;
}
</style>
background-color css
<style>
a { background-color: #B0AB5E; }
a { background-color: rgb(176,171,94); }
div.DivClassName
{
background-color: #B0AB5E;
}
.BgClassName
{
background-color: #B0AB5E;
}
</style>
border-color css
<style>
span { border-color: #B0AB5E; }
span { border-color: rgb(176,171,94); }
td.TdClassName
{
border-color: #B0AB5E;
}
.TagClassName
{
border-color: #B0AB5E;
}
</style>