Shades of Olive Green #BABB5F
Tints of Olive Green #BABB5F
RGB
CMYK
RGB Variations
Color information
#BABB5F (or 0xBABB5F) is known color: Olive Green. HEX triplet: BA, BB and 5F. RGB value is (186,187,95). Sum of RGB (Red+Green+Blue) = 186+187+95=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB5F is #4544A0. Grayscale: #B0B0B0. Windows color (decimal): -4539553 or 6273978. OLE color: 6273978.
HSL color Cylindrical-coordinate representation of color #BABB5F: hue angle of 60.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BABB5F is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 95 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.27 |
| HSL | 60.65º | 0.4% | 0.55% | - |
| HSV(B) | 60.65º | 0.49% | 0.73% | - |
| XYZ | 40.09 | 46.81 | 17.75 | - |
| YUV | 176.21 | 82.17 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 95 | 0.01 | 0 | 0.49 | 0.27 | 60.65 | 0.4 | 0.55 |
| Hex | BA | BB | 5F | 1 | 0 | 31 | 1B | 3D | 28 | 37 |
| Octal | 272 | 273 | 137 | 1 | 0 | 61 | 33 | 75 | 50 | 67 |
| Binary | 10111010 | 10111011 | 1011111 | 1 | 0 | 110001 | 11011 | 111101 | 101000 | 110111 |
Color Harmonies of #BABB5F
Complementary color
Monochromatic Colors of #BABB5F
Black with #BABB5F
Text Example
Text Example
White with #BABB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB5F; }
p { color: rgb(186,187,95); }
H1.HeaderClassName
{
color: #BABB5F;
}
.AnyTagClassName
{
color: #BABB5F;
}
</style>
background-color css
<style>
a { background-color: #BABB5F; }
a { background-color: rgb(186,187,95); }
div.DivClassName
{
background-color: #BABB5F;
}
.BgClassName
{
background-color: #BABB5F;
}
</style>
border-color css
<style>
span { border-color: #BABB5F; }
span { border-color: rgb(186,187,95); }
td.TdClassName
{
border-color: #BABB5F;
}
.TagClassName
{
border-color: #BABB5F;
}
</style>