Shades of Olive Green #BAB34E
Tints of Olive Green #BAB34E
RGB
CMYK
RGB Variations
Color information
#BAB34E (or 0xBAB34E) is known color: Olive Green. HEX triplet: BA, B3 and 4E. RGB value is (186,179,78). Sum of RGB (Red+Green+Blue) = 186+179+78=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB34E is #454CB1. Grayscale: #A9A9A9. Windows color (decimal): -4541618 or 5157818. OLE color: 5157818.
HSL color Cylindrical-coordinate representation of color #BAB34E: hue angle of 56.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAB34E is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 78 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.27 |
| HSL | 56.11º | 0.44% | 0.52% | - |
| HSV(B) | 56.11º | 0.58% | 0.73% | - |
| XYZ | 37.74 | 43.23 | 13.56 | - |
| YUV | 169.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 78 | 0 | 0.04 | 0.58 | 0.27 | 56.11 | 0.44 | 0.52 |
| Hex | BA | B3 | 4E | 0 | 4 | 3A | 1B | 38 | 2C | 34 |
| Octal | 272 | 263 | 116 | 0 | 4 | 72 | 33 | 70 | 54 | 64 |
| Binary | 10111010 | 10110011 | 1001110 | 0 | 100 | 111010 | 11011 | 111000 | 101100 | 110100 |
Color Harmonies of #BAB34E
Complementary color
Monochromatic Colors of #BAB34E
Black with #BAB34E
Text Example
Text Example
White with #BAB34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB34E; }
p { color: rgb(186,179,78); }
H1.HeaderClassName
{
color: #BAB34E;
}
.AnyTagClassName
{
color: #BAB34E;
}
</style>
background-color css
<style>
a { background-color: #BAB34E; }
a { background-color: rgb(186,179,78); }
div.DivClassName
{
background-color: #BAB34E;
}
.BgClassName
{
background-color: #BAB34E;
}
</style>
border-color css
<style>
span { border-color: #BAB34E; }
span { border-color: rgb(186,179,78); }
td.TdClassName
{
border-color: #BAB34E;
}
.TagClassName
{
border-color: #BAB34E;
}
</style>