Shades of Olive Green #BAB656
Tints of Olive Green #BAB656
RGB
CMYK
RGB Variations
Color information
#BAB656 (or 0xBAB656) is known color: Olive Green. HEX triplet: BA, B6 and 56. RGB value is (186,182,86). Sum of RGB (Red+Green+Blue) = 186+182+86=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB656 is #4549A9. Grayscale: #ACACAC. Windows color (decimal): -4540842 or 5682874. OLE color: 5682874.
HSL color Cylindrical-coordinate representation of color #BAB656: hue angle of 57.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAB656 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 86 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.27 |
| HSL | 57.6º | 0.42% | 0.53% | - |
| HSV(B) | 57.6º | 0.54% | 0.73% | - |
| XYZ | 38.66 | 44.57 | 15.37 | - |
| YUV | 172.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 86 | 0 | 0.02 | 0.54 | 0.27 | 57.6 | 0.42 | 0.53 |
| Hex | BA | B6 | 56 | 0 | 2 | 36 | 1B | 3A | 2A | 35 |
| Octal | 272 | 266 | 126 | 0 | 2 | 66 | 33 | 72 | 52 | 65 |
| Binary | 10111010 | 10110110 | 1010110 | 0 | 10 | 110110 | 11011 | 111010 | 101010 | 110101 |
Color Harmonies of #BAB656
Complementary color
Monochromatic Colors of #BAB656
Black with #BAB656
Text Example
Text Example
White with #BAB656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB656; }
p { color: rgb(186,182,86); }
H1.HeaderClassName
{
color: #BAB656;
}
.AnyTagClassName
{
color: #BAB656;
}
</style>
background-color css
<style>
a { background-color: #BAB656; }
a { background-color: rgb(186,182,86); }
div.DivClassName
{
background-color: #BAB656;
}
.BgClassName
{
background-color: #BAB656;
}
</style>
border-color css
<style>
span { border-color: #BAB656; }
span { border-color: rgb(186,182,86); }
td.TdClassName
{
border-color: #BAB656;
}
.TagClassName
{
border-color: #BAB656;
}
</style>