Shades of Olive Green #BAB956
Tints of Olive Green #BAB956
RGB
CMYK
RGB Variations
Color information
#BAB956 (or 0xBAB956) is known color: Olive Green. HEX triplet: BA, B9 and 56. RGB value is (186,185,86). Sum of RGB (Red+Green+Blue) = 186+185+86=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB956 is #4546A9. Grayscale: #AEAEAE. Windows color (decimal): -4540074 or 5683642. OLE color: 5683642.
HSL color Cylindrical-coordinate representation of color #BAB956: hue angle of 59.4º 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 #BAB956 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 86 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.27 |
| HSL | 59.4º | 0.42% | 0.53% | - |
| HSV(B) | 59.4º | 0.54% | 0.73% | - |
| XYZ | 39.28 | 45.81 | 15.58 | - |
| YUV | 174.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 86 | 0 | 0.01 | 0.54 | 0.27 | 59.4 | 0.42 | 0.53 |
| Hex | BA | B9 | 56 | 0 | 1 | 36 | 1B | 3B | 2A | 35 |
| Octal | 272 | 271 | 126 | 0 | 1 | 66 | 33 | 73 | 52 | 65 |
| Binary | 10111010 | 10111001 | 1010110 | 0 | 1 | 110110 | 11011 | 111011 | 101010 | 110101 |
Color Harmonies of #BAB956
Complementary color
Monochromatic Colors of #BAB956
Black with #BAB956
Text Example
Text Example
White with #BAB956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB956; }
p { color: rgb(186,185,86); }
H1.HeaderClassName
{
color: #BAB956;
}
.AnyTagClassName
{
color: #BAB956;
}
</style>
background-color css
<style>
a { background-color: #BAB956; }
a { background-color: rgb(186,185,86); }
div.DivClassName
{
background-color: #BAB956;
}
.BgClassName
{
background-color: #BAB956;
}
</style>
border-color css
<style>
span { border-color: #BAB956; }
span { border-color: rgb(186,185,86); }
td.TdClassName
{
border-color: #BAB956;
}
.TagClassName
{
border-color: #BAB956;
}
</style>