Shades of Olive Green #BAB257
Tints of Olive Green #BAB257
RGB
CMYK
RGB Variations
Color information
#BAB257 (or 0xBAB257) is known color: Olive Green. HEX triplet: BA, B2 and 57. RGB value is (186,178,87). Sum of RGB (Red+Green+Blue) = 186+178+87=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB257 is #454DA8. Grayscale: #AAAAAA. Windows color (decimal): -4541865 or 5747386. OLE color: 5747386.
HSL color Cylindrical-coordinate representation of color #BAB257: hue angle of 55.15º 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 #BAB257 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 87 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.27 |
| HSL | 55.15º | 0.42% | 0.54% | - |
| HSV(B) | 55.15º | 0.53% | 0.73% | - |
| XYZ | 37.89 | 42.97 | 15.31 | - |
| YUV | 170.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 87 | 0 | 0.04 | 0.53 | 0.27 | 55.15 | 0.42 | 0.54 |
| Hex | BA | B2 | 57 | 0 | 4 | 35 | 1B | 37 | 2A | 36 |
| Octal | 272 | 262 | 127 | 0 | 4 | 65 | 33 | 67 | 52 | 66 |
| Binary | 10111010 | 10110010 | 1010111 | 0 | 100 | 110101 | 11011 | 110111 | 101010 | 110110 |
Color Harmonies of #BAB257
Complementary color
Monochromatic Colors of #BAB257
Black with #BAB257
Text Example
Text Example
White with #BAB257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB257; }
p { color: rgb(186,178,87); }
H1.HeaderClassName
{
color: #BAB257;
}
.AnyTagClassName
{
color: #BAB257;
}
</style>
background-color css
<style>
a { background-color: #BAB257; }
a { background-color: rgb(186,178,87); }
div.DivClassName
{
background-color: #BAB257;
}
.BgClassName
{
background-color: #BAB257;
}
</style>
border-color css
<style>
span { border-color: #BAB257; }
span { border-color: rgb(186,178,87); }
td.TdClassName
{
border-color: #BAB257;
}
.TagClassName
{
border-color: #BAB257;
}
</style>