Shades of Olive Green #BAB253
Tints of Olive Green #BAB253
RGB
CMYK
RGB Variations
Color information
#BAB253 (or 0xBAB253) is known color: Olive Green. HEX triplet: BA, B2 and 53. RGB value is (186,178,83). Sum of RGB (Red+Green+Blue) = 186+178+83=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB253 is #454DAC. Grayscale: #A9A9A9. Windows color (decimal): -4541869 or 5485242. OLE color: 5485242.
HSL color Cylindrical-coordinate representation of color #BAB253: hue angle of 55.34º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAB253 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 83 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.27 |
| HSL | 55.34º | 0.43% | 0.53% | - |
| HSV(B) | 55.34º | 0.55% | 0.73% | - |
| XYZ | 37.73 | 42.9 | 14.48 | - |
| YUV | 169.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 83 | 0 | 0.04 | 0.55 | 0.27 | 55.34 | 0.43 | 0.53 |
| Hex | BA | B2 | 53 | 0 | 4 | 37 | 1B | 37 | 2B | 35 |
| Octal | 272 | 262 | 123 | 0 | 4 | 67 | 33 | 67 | 53 | 65 |
| Binary | 10111010 | 10110010 | 1010011 | 0 | 100 | 110111 | 11011 | 110111 | 101011 | 110101 |
Color Harmonies of #BAB253
Complementary color
Monochromatic Colors of #BAB253
Black with #BAB253
Text Example
Text Example
White with #BAB253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB253; }
p { color: rgb(186,178,83); }
H1.HeaderClassName
{
color: #BAB253;
}
.AnyTagClassName
{
color: #BAB253;
}
</style>
background-color css
<style>
a { background-color: #BAB253; }
a { background-color: rgb(186,178,83); }
div.DivClassName
{
background-color: #BAB253;
}
.BgClassName
{
background-color: #BAB253;
}
</style>
border-color css
<style>
span { border-color: #BAB253; }
span { border-color: rgb(186,178,83); }
td.TdClassName
{
border-color: #BAB253;
}
.TagClassName
{
border-color: #BAB253;
}
</style>