Shades of Olive Green #BAB255
Tints of Olive Green #BAB255
RGB
CMYK
RGB Variations
Color information
#BAB255 (or 0xBAB255) is known color: Olive Green. HEX triplet: BA, B2 and 55. RGB value is (186,178,85). Sum of RGB (Red+Green+Blue) = 186+178+85=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB255 is #454DAA. Grayscale: #AAAAAA. Windows color (decimal): -4541867 or 5616314. OLE color: 5616314.
HSL color Cylindrical-coordinate representation of color #BAB255: hue angle of 55.25º 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 #BAB255 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 85 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.27 |
| HSL | 55.25º | 0.42% | 0.53% | - |
| HSV(B) | 55.25º | 0.54% | 0.73% | - |
| XYZ | 37.81 | 42.94 | 14.89 | - |
| YUV | 169.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 85 | 0 | 0.04 | 0.54 | 0.27 | 55.25 | 0.42 | 0.53 |
| Hex | BA | B2 | 55 | 0 | 4 | 36 | 1B | 37 | 2A | 35 |
| Octal | 272 | 262 | 125 | 0 | 4 | 66 | 33 | 67 | 52 | 65 |
| Binary | 10111010 | 10110010 | 1010101 | 0 | 100 | 110110 | 11011 | 110111 | 101010 | 110101 |
Color Harmonies of #BAB255
Complementary color
Monochromatic Colors of #BAB255
Black with #BAB255
Text Example
Text Example
White with #BAB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB255; }
p { color: rgb(186,178,85); }
H1.HeaderClassName
{
color: #BAB255;
}
.AnyTagClassName
{
color: #BAB255;
}
</style>
background-color css
<style>
a { background-color: #BAB255; }
a { background-color: rgb(186,178,85); }
div.DivClassName
{
background-color: #BAB255;
}
.BgClassName
{
background-color: #BAB255;
}
</style>
border-color css
<style>
span { border-color: #BAB255; }
span { border-color: rgb(186,178,85); }
td.TdClassName
{
border-color: #BAB255;
}
.TagClassName
{
border-color: #BAB255;
}
</style>