Shades of Olive Green #BABB57
Tints of Olive Green #BABB57
RGB
CMYK
RGB Variations
Color information
#BABB57 (or 0xBABB57) is known color: Olive Green. HEX triplet: BA, BB and 57. RGB value is (186,187,87). Sum of RGB (Red+Green+Blue) = 186+187+87=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB57 is #4544A8. Grayscale: #AFAFAF. Windows color (decimal): -4539561 or 5749690. OLE color: 5749690.
HSL color Cylindrical-coordinate representation of color #BABB57: hue angle of 60.6º 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 #BABB57 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 87 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.27 |
| HSL | 60.6º | 0.42% | 0.54% | - |
| HSV(B) | 60.6º | 0.53% | 0.73% | - |
| XYZ | 39.74 | 46.67 | 15.93 | - |
| YUV | 175.3 | 78.17 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 87 | 0.01 | 0 | 0.53 | 0.27 | 60.6 | 0.42 | 0.54 |
| Hex | BA | BB | 57 | 1 | 0 | 35 | 1B | 3D | 2A | 36 |
| Octal | 272 | 273 | 127 | 1 | 0 | 65 | 33 | 75 | 52 | 66 |
| Binary | 10111010 | 10111011 | 1010111 | 1 | 0 | 110101 | 11011 | 111101 | 101010 | 110110 |
Color Harmonies of #BABB57
Complementary color
Monochromatic Colors of #BABB57
Black with #BABB57
Text Example
Text Example
White with #BABB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB57; }
p { color: rgb(186,187,87); }
H1.HeaderClassName
{
color: #BABB57;
}
.AnyTagClassName
{
color: #BABB57;
}
</style>
background-color css
<style>
a { background-color: #BABB57; }
a { background-color: rgb(186,187,87); }
div.DivClassName
{
background-color: #BABB57;
}
.BgClassName
{
background-color: #BABB57;
}
</style>
border-color css
<style>
span { border-color: #BABB57; }
span { border-color: rgb(186,187,87); }
td.TdClassName
{
border-color: #BABB57;
}
.TagClassName
{
border-color: #BABB57;
}
</style>