Shades of Olive Green #BAB55B
Tints of Olive Green #BAB55B
RGB
CMYK
RGB Variations
Color information
#BAB55B (or 0xBAB55B) is known color: Olive Green. HEX triplet: BA, B5 and 5B. RGB value is (186,181,91). Sum of RGB (Red+Green+Blue) = 186+181+91=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB55B is #454AA4. Grayscale: #ACACAC. Windows color (decimal): -4541093 or 6010298. OLE color: 6010298.
HSL color Cylindrical-coordinate representation of color #BAB55B: hue angle of 56.84º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAB55B is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 91 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.27 |
| HSL | 56.84º | 0.41% | 0.54% | - |
| HSV(B) | 56.84º | 0.51% | 0.73% | - |
| XYZ | 38.66 | 44.24 | 16.4 | - |
| YUV | 172.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 91 | 0 | 0.03 | 0.51 | 0.27 | 56.84 | 0.41 | 0.54 |
| Hex | BA | B5 | 5B | 0 | 3 | 33 | 1B | 39 | 29 | 36 |
| Octal | 272 | 265 | 133 | 0 | 3 | 63 | 33 | 71 | 51 | 66 |
| Binary | 10111010 | 10110101 | 1011011 | 0 | 11 | 110011 | 11011 | 111001 | 101001 | 110110 |
Color Harmonies of #BAB55B
Complementary color
Monochromatic Colors of #BAB55B
Black with #BAB55B
Text Example
Text Example
White with #BAB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB55B; }
p { color: rgb(186,181,91); }
H1.HeaderClassName
{
color: #BAB55B;
}
.AnyTagClassName
{
color: #BAB55B;
}
</style>
background-color css
<style>
a { background-color: #BAB55B; }
a { background-color: rgb(186,181,91); }
div.DivClassName
{
background-color: #BAB55B;
}
.BgClassName
{
background-color: #BAB55B;
}
</style>
border-color css
<style>
span { border-color: #BAB55B; }
span { border-color: rgb(186,181,91); }
td.TdClassName
{
border-color: #BAB55B;
}
.TagClassName
{
border-color: #BAB55B;
}
</style>