Shades of Olive Green #BAB85E
Tints of Olive Green #BAB85E
RGB
CMYK
RGB Variations
Color information
#BAB85E (or 0xBAB85E) is known color: Olive Green. HEX triplet: BA, B8 and 5E. RGB value is (186,184,94). Sum of RGB (Red+Green+Blue) = 186+184+94=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB85E is #4547A1. Grayscale: #AEAEAE. Windows color (decimal): -4540322 or 6207674. OLE color: 6207674.
HSL color Cylindrical-coordinate representation of color #BAB85E: hue angle of 58.7º 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 #BAB85E is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 94 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.27 |
| HSL | 58.7º | 0.4% | 0.55% | - |
| HSV(B) | 58.7º | 0.49% | 0.73% | - |
| XYZ | 39.41 | 45.53 | 17.3 | - |
| YUV | 174.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 94 | 0 | 0.01 | 0.49 | 0.27 | 58.7 | 0.4 | 0.55 |
| Hex | BA | B8 | 5E | 0 | 1 | 31 | 1B | 3B | 28 | 37 |
| Octal | 272 | 270 | 136 | 0 | 1 | 61 | 33 | 73 | 50 | 67 |
| Binary | 10111010 | 10111000 | 1011110 | 0 | 1 | 110001 | 11011 | 111011 | 101000 | 110111 |
Color Harmonies of #BAB85E
Complementary color
Monochromatic Colors of #BAB85E
Black with #BAB85E
Text Example
Text Example
White with #BAB85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB85E; }
p { color: rgb(186,184,94); }
H1.HeaderClassName
{
color: #BAB85E;
}
.AnyTagClassName
{
color: #BAB85E;
}
</style>
background-color css
<style>
a { background-color: #BAB85E; }
a { background-color: rgb(186,184,94); }
div.DivClassName
{
background-color: #BAB85E;
}
.BgClassName
{
background-color: #BAB85E;
}
</style>
border-color css
<style>
span { border-color: #BAB85E; }
span { border-color: rgb(186,184,94); }
td.TdClassName
{
border-color: #BAB85E;
}
.TagClassName
{
border-color: #BAB85E;
}
</style>