Shades of Olive Green #BABD5D
Tints of Olive Green #BABD5D
RGB
CMYK
RGB Variations
Color information
#BABD5D (or 0xBABD5D) is known color: Olive Green. HEX triplet: BA, BD and 5D. RGB value is (186,189,93). Sum of RGB (Red+Green+Blue) = 186+189+93=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD5D is #4542A2. Grayscale: #B1B1B1. Windows color (decimal): -4539043 or 6143418. OLE color: 6143418.
HSL color Cylindrical-coordinate representation of color #BABD5D: hue angle of 61.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BABD5D is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 93 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.26 |
| HSL | 61.88º | 0.42% | 0.55% | - |
| HSV(B) | 61.88º | 0.51% | 0.74% | - |
| XYZ | 40.42 | 47.62 | 17.42 | - |
| YUV | 177.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 93 | 0.02 | 0 | 0.51 | 0.26 | 61.88 | 0.42 | 0.55 |
| Hex | BA | BD | 5D | 2 | 0 | 33 | 1A | 3E | 2A | 37 |
| Octal | 272 | 275 | 135 | 2 | 0 | 63 | 32 | 76 | 52 | 67 |
| Binary | 10111010 | 10111101 | 1011101 | 10 | 0 | 110011 | 11010 | 111110 | 101010 | 110111 |
Color Harmonies of #BABD5D
Complementary color
Monochromatic Colors of #BABD5D
Black with #BABD5D
Text Example
Text Example
White with #BABD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD5D; }
p { color: rgb(186,189,93); }
H1.HeaderClassName
{
color: #BABD5D;
}
.AnyTagClassName
{
color: #BABD5D;
}
</style>
background-color css
<style>
a { background-color: #BABD5D; }
a { background-color: rgb(186,189,93); }
div.DivClassName
{
background-color: #BABD5D;
}
.BgClassName
{
background-color: #BABD5D;
}
</style>
border-color css
<style>
span { border-color: #BABD5D; }
span { border-color: rgb(186,189,93); }
td.TdClassName
{
border-color: #BABD5D;
}
.TagClassName
{
border-color: #BABD5D;
}
</style>