Shades of Olive Green #B0AB5A
Tints of Olive Green #B0AB5A
RGB
CMYK
RGB Variations
Color information
#B0AB5A (or 0xB0AB5A) is known color: Olive Green. HEX triplet: B0, AB and 5A. RGB value is (176,171,90). Sum of RGB (Red+Green+Blue) = 176+171+90=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB5A is #4F54A5. Grayscale: #A3A3A3. Windows color (decimal): -5199014 or 5942192. OLE color: 5942192.
HSL color Cylindrical-coordinate representation of color #B0AB5A: hue angle of 56.51º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0AB5A is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 90 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.31 |
| HSL | 56.51º | 0.35% | 0.52% | - |
| HSV(B) | 56.51º | 0.49% | 0.69% | - |
| XYZ | 34.31 | 39.09 | 15.41 | - |
| YUV | 163.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 90 | 0 | 0.03 | 0.49 | 0.31 | 56.51 | 0.35 | 0.52 |
| Hex | B0 | AB | 5A | 0 | 3 | 31 | 1F | 39 | 23 | 34 |
| Octal | 260 | 253 | 132 | 0 | 3 | 61 | 37 | 71 | 43 | 64 |
| Binary | 10110000 | 10101011 | 1011010 | 0 | 11 | 110001 | 11111 | 111001 | 100011 | 110100 |
Color Harmonies of #B0AB5A
Complementary color
Monochromatic Colors of #B0AB5A
Black with #B0AB5A
Text Example
Text Example
White with #B0AB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB5A; }
p { color: rgb(176,171,90); }
H1.HeaderClassName
{
color: #B0AB5A;
}
.AnyTagClassName
{
color: #B0AB5A;
}
</style>
background-color css
<style>
a { background-color: #B0AB5A; }
a { background-color: rgb(176,171,90); }
div.DivClassName
{
background-color: #B0AB5A;
}
.BgClassName
{
background-color: #B0AB5A;
}
</style>
border-color css
<style>
span { border-color: #B0AB5A; }
span { border-color: rgb(176,171,90); }
td.TdClassName
{
border-color: #B0AB5A;
}
.TagClassName
{
border-color: #B0AB5A;
}
</style>