Shades of Olive Green #BABC5A
Tints of Olive Green #BABC5A
RGB
CMYK
RGB Variations
Color information
#BABC5A (or 0xBABC5A) is known color: Olive Green. HEX triplet: BA, BC and 5A. RGB value is (186,188,90). Sum of RGB (Red+Green+Blue) = 186+188+90=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC5A is #4543A5. Grayscale: #B0B0B0. Windows color (decimal): -4539302 or 5946554. OLE color: 5946554.
HSL color Cylindrical-coordinate representation of color #BABC5A: hue angle of 61.22º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BABC5A is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 90 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.26 |
| HSL | 61.22º | 0.42% | 0.55% | - |
| HSV(B) | 61.22º | 0.52% | 0.74% | - |
| XYZ | 40.08 | 47.14 | 16.66 | - |
| YUV | 176.23 | 79.34 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 90 | 0.01 | 0 | 0.52 | 0.26 | 61.22 | 0.42 | 0.55 |
| Hex | BA | BC | 5A | 1 | 0 | 34 | 1A | 3D | 2A | 37 |
| Octal | 272 | 274 | 132 | 1 | 0 | 64 | 32 | 75 | 52 | 67 |
| Binary | 10111010 | 10111100 | 1011010 | 1 | 0 | 110100 | 11010 | 111101 | 101010 | 110111 |
Color Harmonies of #BABC5A
Complementary color
Monochromatic Colors of #BABC5A
Black with #BABC5A
Text Example
Text Example
White with #BABC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC5A; }
p { color: rgb(186,188,90); }
H1.HeaderClassName
{
color: #BABC5A;
}
.AnyTagClassName
{
color: #BABC5A;
}
</style>
background-color css
<style>
a { background-color: #BABC5A; }
a { background-color: rgb(186,188,90); }
div.DivClassName
{
background-color: #BABC5A;
}
.BgClassName
{
background-color: #BABC5A;
}
</style>
border-color css
<style>
span { border-color: #BABC5A; }
span { border-color: rgb(186,188,90); }
td.TdClassName
{
border-color: #BABC5A;
}
.TagClassName
{
border-color: #BABC5A;
}
</style>