Shades of Olive Green #BAB955
Tints of Olive Green #BAB955
RGB
CMYK
RGB Variations
Color information
#BAB955 (or 0xBAB955) is known color: Olive Green. HEX triplet: BA, B9 and 55. RGB value is (186,185,85). Sum of RGB (Red+Green+Blue) = 186+185+85=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB955 is #4546AA. Grayscale: #AEAEAE. Windows color (decimal): -4540075 or 5618106. OLE color: 5618106.
HSL color Cylindrical-coordinate representation of color #BAB955: hue angle of 59.41º 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 #BAB955 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 85 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.27 |
| HSL | 59.41º | 0.42% | 0.53% | - |
| HSV(B) | 59.41º | 0.54% | 0.73% | - |
| XYZ | 39.24 | 45.79 | 15.37 | - |
| YUV | 173.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 85 | 0 | 0.01 | 0.54 | 0.27 | 59.41 | 0.42 | 0.53 |
| Hex | BA | B9 | 55 | 0 | 1 | 36 | 1B | 3B | 2A | 35 |
| Octal | 272 | 271 | 125 | 0 | 1 | 66 | 33 | 73 | 52 | 65 |
| Binary | 10111010 | 10111001 | 1010101 | 0 | 1 | 110110 | 11011 | 111011 | 101010 | 110101 |
Color Harmonies of #BAB955
Complementary color
Monochromatic Colors of #BAB955
Black with #BAB955
Text Example
Text Example
White with #BAB955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB955; }
p { color: rgb(186,185,85); }
H1.HeaderClassName
{
color: #BAB955;
}
.AnyTagClassName
{
color: #BAB955;
}
</style>
background-color css
<style>
a { background-color: #BAB955; }
a { background-color: rgb(186,185,85); }
div.DivClassName
{
background-color: #BAB955;
}
.BgClassName
{
background-color: #BAB955;
}
</style>
border-color css
<style>
span { border-color: #BAB955; }
span { border-color: rgb(186,185,85); }
td.TdClassName
{
border-color: #BAB955;
}
.TagClassName
{
border-color: #BAB955;
}
</style>