Shades of Olive Green #BAB85B
Tints of Olive Green #BAB85B
RGB
CMYK
RGB Variations
Color information
#BAB85B (or 0xBAB85B) is known color: Olive Green. HEX triplet: BA, B8 and 5B. RGB value is (186,184,91). Sum of RGB (Red+Green+Blue) = 186+184+91=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB85B is #4547A4. Grayscale: #AEAEAE. Windows color (decimal): -4540325 or 6011066. OLE color: 6011066.
HSL color Cylindrical-coordinate representation of color #BAB85B: hue angle of 58.74º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAB85B is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 91 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.27 |
| HSL | 58.74º | 0.41% | 0.54% | - |
| HSV(B) | 58.74º | 0.51% | 0.73% | - |
| XYZ | 39.28 | 45.48 | 16.6 | - |
| YUV | 174 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 91 | 0 | 0.01 | 0.51 | 0.27 | 58.74 | 0.41 | 0.54 |
| Hex | BA | B8 | 5B | 0 | 1 | 33 | 1B | 3B | 29 | 36 |
| Octal | 272 | 270 | 133 | 0 | 1 | 63 | 33 | 73 | 51 | 66 |
| Binary | 10111010 | 10111000 | 1011011 | 0 | 1 | 110011 | 11011 | 111011 | 101001 | 110110 |
Color Harmonies of #BAB85B
Complementary color
Monochromatic Colors of #BAB85B
Black with #BAB85B
Text Example
Text Example
White with #BAB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB85B; }
p { color: rgb(186,184,91); }
H1.HeaderClassName
{
color: #BAB85B;
}
.AnyTagClassName
{
color: #BAB85B;
}
</style>
background-color css
<style>
a { background-color: #BAB85B; }
a { background-color: rgb(186,184,91); }
div.DivClassName
{
background-color: #BAB85B;
}
.BgClassName
{
background-color: #BAB85B;
}
</style>
border-color css
<style>
span { border-color: #BAB85B; }
span { border-color: rgb(186,184,91); }
td.TdClassName
{
border-color: #BAB85B;
}
.TagClassName
{
border-color: #BAB85B;
}
</style>