Shades of Olive Green #BAB855
Tints of Olive Green #BAB855
RGB
CMYK
RGB Variations
Color information
#BAB855 (or 0xBAB855) is known color: Olive Green. HEX triplet: BA, B8 and 55. RGB value is (186,184,85). Sum of RGB (Red+Green+Blue) = 186+184+85=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB855 is #4547AA. Grayscale: #ADADAD. Windows color (decimal): -4540331 or 5617850. OLE color: 5617850.
HSL color Cylindrical-coordinate representation of color #BAB855: hue angle of 58.81º 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 #BAB855 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 85 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.27 |
| HSL | 58.81º | 0.42% | 0.53% | - |
| HSV(B) | 58.81º | 0.54% | 0.73% | - |
| XYZ | 39.03 | 45.38 | 15.3 | - |
| YUV | 173.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 85 | 0 | 0.01 | 0.54 | 0.27 | 58.81 | 0.42 | 0.53 |
| Hex | BA | B8 | 55 | 0 | 1 | 36 | 1B | 3B | 2A | 35 |
| Octal | 272 | 270 | 125 | 0 | 1 | 66 | 33 | 73 | 52 | 65 |
| Binary | 10111010 | 10111000 | 1010101 | 0 | 1 | 110110 | 11011 | 111011 | 101010 | 110101 |
Color Harmonies of #BAB855
Complementary color
Monochromatic Colors of #BAB855
Black with #BAB855
Text Example
Text Example
White with #BAB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB855; }
p { color: rgb(186,184,85); }
H1.HeaderClassName
{
color: #BAB855;
}
.AnyTagClassName
{
color: #BAB855;
}
</style>
background-color css
<style>
a { background-color: #BAB855; }
a { background-color: rgb(186,184,85); }
div.DivClassName
{
background-color: #BAB855;
}
.BgClassName
{
background-color: #BAB855;
}
</style>
border-color css
<style>
span { border-color: #BAB855; }
span { border-color: rgb(186,184,85); }
td.TdClassName
{
border-color: #BAB855;
}
.TagClassName
{
border-color: #BAB855;
}
</style>