Shades of Olive Green #BAB755
Tints of Olive Green #BAB755
RGB
CMYK
RGB Variations
Color information
#BAB755 (or 0xBAB755) is known color: Olive Green. HEX triplet: BA, B7 and 55. RGB value is (186,183,85). Sum of RGB (Red+Green+Blue) = 186+183+85=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB755 is #4548AA. Grayscale: #ADADAD. Windows color (decimal): -4540587 or 5617594. OLE color: 5617594.
HSL color Cylindrical-coordinate representation of color #BAB755: hue angle of 58.22º 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 #BAB755 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 85 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.27 |
| HSL | 58.22º | 0.42% | 0.53% | - |
| HSV(B) | 58.22º | 0.54% | 0.73% | - |
| XYZ | 38.82 | 44.96 | 15.23 | - |
| YUV | 172.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 85 | 0 | 0.02 | 0.54 | 0.27 | 58.22 | 0.42 | 0.53 |
| Hex | BA | B7 | 55 | 0 | 2 | 36 | 1B | 3A | 2A | 35 |
| Octal | 272 | 267 | 125 | 0 | 2 | 66 | 33 | 72 | 52 | 65 |
| Binary | 10111010 | 10110111 | 1010101 | 0 | 10 | 110110 | 11011 | 111010 | 101010 | 110101 |
Color Harmonies of #BAB755
Complementary color
Monochromatic Colors of #BAB755
Black with #BAB755
Text Example
Text Example
White with #BAB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB755; }
p { color: rgb(186,183,85); }
H1.HeaderClassName
{
color: #BAB755;
}
.AnyTagClassName
{
color: #BAB755;
}
</style>
background-color css
<style>
a { background-color: #BAB755; }
a { background-color: rgb(186,183,85); }
div.DivClassName
{
background-color: #BAB755;
}
.BgClassName
{
background-color: #BAB755;
}
</style>
border-color css
<style>
span { border-color: #BAB755; }
span { border-color: rgb(186,183,85); }
td.TdClassName
{
border-color: #BAB755;
}
.TagClassName
{
border-color: #BAB755;
}
</style>