Shades of Olive Green #BAB14E
Tints of Olive Green #BAB14E
RGB
CMYK
RGB Variations
Color information
#BAB14E (or 0xBAB14E) is known color: Olive Green. HEX triplet: BA, B1 and 4E. RGB value is (186,177,78). Sum of RGB (Red+Green+Blue) = 186+177+78=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB14E is #454EB1. Grayscale: #A8A8A8. Windows color (decimal): -4542130 or 5157306. OLE color: 5157306.
HSL color Cylindrical-coordinate representation of color #BAB14E: hue angle of 55º 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 #BAB14E is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 78 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.27 |
| HSL | 55º | 0.44% | 0.52% | - |
| HSV(B) | 55º | 0.58% | 0.73% | - |
| XYZ | 37.35 | 42.43 | 13.43 | - |
| YUV | 168.41 | 76.98 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 78 | 0 | 0.05 | 0.58 | 0.27 | 55 | 0.44 | 0.52 |
| Hex | BA | B1 | 4E | 0 | 5 | 3A | 1B | 37 | 2C | 34 |
| Octal | 272 | 261 | 116 | 0 | 5 | 72 | 33 | 67 | 54 | 64 |
| Binary | 10111010 | 10110001 | 1001110 | 0 | 101 | 111010 | 11011 | 110111 | 101100 | 110100 |
Color Harmonies of #BAB14E
Complementary color
Monochromatic Colors of #BAB14E
Black with #BAB14E
Text Example
Text Example
White with #BAB14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB14E; }
p { color: rgb(186,177,78); }
H1.HeaderClassName
{
color: #BAB14E;
}
.AnyTagClassName
{
color: #BAB14E;
}
</style>
background-color css
<style>
a { background-color: #BAB14E; }
a { background-color: rgb(186,177,78); }
div.DivClassName
{
background-color: #BAB14E;
}
.BgClassName
{
background-color: #BAB14E;
}
</style>
border-color css
<style>
span { border-color: #BAB14E; }
span { border-color: rgb(186,177,78); }
td.TdClassName
{
border-color: #BAB14E;
}
.TagClassName
{
border-color: #BAB14E;
}
</style>