Shades of Olive Green #BAB859
Tints of Olive Green #BAB859
RGB
CMYK
RGB Variations
Color information
#BAB859 (or 0xBAB859) is known color: Olive Green. HEX triplet: BA, B8 and 59. RGB value is (186,184,89). Sum of RGB (Red+Green+Blue) = 186+184+89=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB859 is #4547A6. Grayscale: #AEAEAE. Windows color (decimal): -4540327 or 5879994. OLE color: 5879994.
HSL color Cylindrical-coordinate representation of color #BAB859: hue angle of 58.76º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAB859 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 89 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.27 |
| HSL | 58.76º | 0.41% | 0.54% | - |
| HSV(B) | 58.76º | 0.52% | 0.73% | - |
| XYZ | 39.19 | 45.44 | 16.16 | - |
| YUV | 173.77 | 80.16 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 89 | 0 | 0.01 | 0.52 | 0.27 | 58.76 | 0.41 | 0.54 |
| Hex | BA | B8 | 59 | 0 | 1 | 34 | 1B | 3B | 29 | 36 |
| Octal | 272 | 270 | 131 | 0 | 1 | 64 | 33 | 73 | 51 | 66 |
| Binary | 10111010 | 10111000 | 1011001 | 0 | 1 | 110100 | 11011 | 111011 | 101001 | 110110 |
Color Harmonies of #BAB859
Complementary color
Monochromatic Colors of #BAB859
Black with #BAB859
Text Example
Text Example
White with #BAB859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB859; }
p { color: rgb(186,184,89); }
H1.HeaderClassName
{
color: #BAB859;
}
.AnyTagClassName
{
color: #BAB859;
}
</style>
background-color css
<style>
a { background-color: #BAB859; }
a { background-color: rgb(186,184,89); }
div.DivClassName
{
background-color: #BAB859;
}
.BgClassName
{
background-color: #BAB859;
}
</style>
border-color css
<style>
span { border-color: #BAB859; }
span { border-color: rgb(186,184,89); }
td.TdClassName
{
border-color: #BAB859;
}
.TagClassName
{
border-color: #BAB859;
}
</style>