Shades of Olive Green #BABC5E
Tints of Olive Green #BABC5E
RGB
CMYK
RGB Variations
Color information
#BABC5E (or 0xBABC5E) is known color: Olive Green. HEX triplet: BA, BC and 5E. RGB value is (186,188,94). Sum of RGB (Red+Green+Blue) = 186+188+94=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC5E is #4543A1. Grayscale: #B1B1B1. Windows color (decimal): -4539298 or 6208698. OLE color: 6208698.
HSL color Cylindrical-coordinate representation of color #BABC5E: hue angle of 61.28º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BABC5E is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 188 | 94 | - |
CMYK | 0.01 | 0 | 0.50 | 0.26 |
HSL | 61.28º | 0.41% | 0.55% | - |
HSV(B) | 61.28º | 0.5% | 0.74% | - |
XYZ | 40.25 | 47.21 | 17.58 | - |
YUV | 176.69 | 81.34 | 134.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 188 | 94 | 0.01 | 0 | 0.50 | 0.26 | 61.28 | 0.41 | 0.55 |
Hex | BA | BC | 5E | 1 | 0 | 32 | 1A | 3D | 29 | 37 |
Octal | 272 | 274 | 136 | 1 | 0 | 62 | 32 | 75 | 51 | 67 |
Binary | 10111010 | 10111100 | 1011110 | 1 | 0 | 110010 | 11010 | 111101 | 101001 | 110111 |
Color Harmonies of #BABC5E
Complementary color
Monochromatic Colors of #BABC5E
Black with #BABC5E
Text Example
Text Example
White with #BABC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC5E; }
p { color: rgb(186,188,94); }
H1.HeaderClassName
{
color: #BABC5E;
}
.AnyTagClassName
{
color: #BABC5E;
}
</style>
background-color css
<style>
a { background-color: #BABC5E; }
a { background-color: rgb(186,188,94); }
div.DivClassName
{
background-color: #BABC5E;
}
.BgClassName
{
background-color: #BABC5E;
}
</style>
border-color css
<style>
span { border-color: #BABC5E; }
span { border-color: rgb(186,188,94); }
td.TdClassName
{
border-color: #BABC5E;
}
.TagClassName
{
border-color: #BABC5E;
}
</style>