Shades of Olive Green #BAB55D
Tints of Olive Green #BAB55D
RGB
CMYK
RGB Variations
Color information
#BAB55D (or 0xBAB55D) is known color: Olive Green. HEX triplet: BA, B5 and 5D. RGB value is (186,181,93). Sum of RGB (Red+Green+Blue) = 186+181+93=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB55D is #454AA2. Grayscale: #ACACAC. Windows color (decimal): -4541091 or 6141370. OLE color: 6141370.
HSL color Cylindrical-coordinate representation of color #BAB55D: hue angle of 56.77º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAB55D is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 93 | - |
| CMYK | 0 | 0.03 | 0.5 | 0.27 |
| HSL | 56.77º | 0.4% | 0.55% | - |
| HSV(B) | 56.77º | 0.5% | 0.73% | - |
| XYZ | 38.75 | 44.28 | 16.86 | - |
| YUV | 172.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 93 | 0 | 0.03 | 0.5 | 0.27 | 56.77 | 0.4 | 0.55 |
| Hex | BA | B5 | 5D | 0 | 3 | 32 | 1B | 39 | 28 | 37 |
| Octal | 272 | 265 | 135 | 0 | 3 | 62 | 33 | 71 | 50 | 67 |
| Binary | 10111010 | 10110101 | 1011101 | 0 | 11 | 110010 | 11011 | 111001 | 101000 | 110111 |
Color Harmonies of #BAB55D
Complementary color
Monochromatic Colors of #BAB55D
Black with #BAB55D
Text Example
Text Example
White with #BAB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB55D; }
p { color: rgb(186,181,93); }
H1.HeaderClassName
{
color: #BAB55D;
}
.AnyTagClassName
{
color: #BAB55D;
}
</style>
background-color css
<style>
a { background-color: #BAB55D; }
a { background-color: rgb(186,181,93); }
div.DivClassName
{
background-color: #BAB55D;
}
.BgClassName
{
background-color: #BAB55D;
}
</style>
border-color css
<style>
span { border-color: #BAB55D; }
span { border-color: rgb(186,181,93); }
td.TdClassName
{
border-color: #BAB55D;
}
.TagClassName
{
border-color: #BAB55D;
}
</style>