Shades of Olive Green #BAB858
Tints of Olive Green #BAB858
RGB
CMYK
RGB Variations
Color information
#BAB858 (or 0xBAB858) is known color: Olive Green. HEX triplet: BA, B8 and 58. RGB value is (186,184,88). Sum of RGB (Red+Green+Blue) = 186+184+88=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB858 is #4547A7. Grayscale: #AEAEAE. Windows color (decimal): -4540328 or 5814458. OLE color: 5814458.
HSL color Cylindrical-coordinate representation of color #BAB858: hue angle of 58.78º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAB858 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 88 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.27 |
| HSL | 58.78º | 0.42% | 0.54% | - |
| HSV(B) | 58.78º | 0.53% | 0.73% | - |
| XYZ | 39.15 | 45.42 | 15.94 | - |
| YUV | 173.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 88 | 0 | 0.01 | 0.53 | 0.27 | 58.78 | 0.42 | 0.54 |
| Hex | BA | B8 | 58 | 0 | 1 | 35 | 1B | 3B | 2A | 36 |
| Octal | 272 | 270 | 130 | 0 | 1 | 65 | 33 | 73 | 52 | 66 |
| Binary | 10111010 | 10111000 | 1011000 | 0 | 1 | 110101 | 11011 | 111011 | 101010 | 110110 |
Color Harmonies of #BAB858
Complementary color
Monochromatic Colors of #BAB858
Black with #BAB858
Text Example
Text Example
White with #BAB858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB858; }
p { color: rgb(186,184,88); }
H1.HeaderClassName
{
color: #BAB858;
}
.AnyTagClassName
{
color: #BAB858;
}
</style>
background-color css
<style>
a { background-color: #BAB858; }
a { background-color: rgb(186,184,88); }
div.DivClassName
{
background-color: #BAB858;
}
.BgClassName
{
background-color: #BAB858;
}
</style>
border-color css
<style>
span { border-color: #BAB858; }
span { border-color: rgb(186,184,88); }
td.TdClassName
{
border-color: #BAB858;
}
.TagClassName
{
border-color: #BAB858;
}
</style>