Shades of Olive Green #BAB45E
Tints of Olive Green #BAB45E
RGB
CMYK
RGB Variations
Color information
#BAB45E (or 0xBAB45E) is known color: Olive Green. HEX triplet: BA, B4 and 5E. RGB value is (186,180,94). Sum of RGB (Red+Green+Blue) = 186+180+94=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB45E is #454BA1. Grayscale: #ACACAC. Windows color (decimal): -4541346 or 6206650. OLE color: 6206650.
HSL color Cylindrical-coordinate representation of color #BAB45E: hue angle of 56.09º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAB45E is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 94 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.27 |
| HSL | 56.09º | 0.4% | 0.55% | - |
| HSV(B) | 56.09º | 0.49% | 0.73% | - |
| XYZ | 38.59 | 43.89 | 17.03 | - |
| YUV | 171.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 94 | 0 | 0.03 | 0.49 | 0.27 | 56.09 | 0.4 | 0.55 |
| Hex | BA | B4 | 5E | 0 | 3 | 31 | 1B | 38 | 28 | 37 |
| Octal | 272 | 264 | 136 | 0 | 3 | 61 | 33 | 70 | 50 | 67 |
| Binary | 10111010 | 10110100 | 1011110 | 0 | 11 | 110001 | 11011 | 111000 | 101000 | 110111 |
Color Harmonies of #BAB45E
Complementary color
Monochromatic Colors of #BAB45E
Black with #BAB45E
Text Example
Text Example
White with #BAB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB45E; }
p { color: rgb(186,180,94); }
H1.HeaderClassName
{
color: #BAB45E;
}
.AnyTagClassName
{
color: #BAB45E;
}
</style>
background-color css
<style>
a { background-color: #BAB45E; }
a { background-color: rgb(186,180,94); }
div.DivClassName
{
background-color: #BAB45E;
}
.BgClassName
{
background-color: #BAB45E;
}
</style>
border-color css
<style>
span { border-color: #BAB45E; }
span { border-color: rgb(186,180,94); }
td.TdClassName
{
border-color: #BAB45E;
}
.TagClassName
{
border-color: #BAB45E;
}
</style>