Shades of Olive Green #BAB44C
Tints of Olive Green #BAB44C
RGB
CMYK
RGB Variations
Color information
#BAB44C (or 0xBAB44C) is known color: Olive Green. HEX triplet: BA, B4 and 4C. RGB value is (186,180,76). Sum of RGB (Red+Green+Blue) = 186+180+76=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB44C is #454BB3. Grayscale: #AAAAAA. Windows color (decimal): -4541364 or 5027002. OLE color: 5027002.
HSL color Cylindrical-coordinate representation of color #BAB44C: hue angle of 56.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAB44C is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 76 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.27 |
| HSL | 56.73º | 0.44% | 0.51% | - |
| HSV(B) | 56.73º | 0.59% | 0.73% | - |
| XYZ | 37.88 | 43.6 | 13.26 | - |
| YUV | 169.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 76 | 0 | 0.03 | 0.59 | 0.27 | 56.73 | 0.44 | 0.51 |
| Hex | BA | B4 | 4C | 0 | 3 | 3B | 1B | 39 | 2C | 33 |
| Octal | 272 | 264 | 114 | 0 | 3 | 73 | 33 | 71 | 54 | 63 |
| Binary | 10111010 | 10110100 | 1001100 | 0 | 11 | 111011 | 11011 | 111001 | 101100 | 110011 |
Color Harmonies of #BAB44C
Complementary color
Monochromatic Colors of #BAB44C
Black with #BAB44C
Text Example
Text Example
White with #BAB44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB44C; }
p { color: rgb(186,180,76); }
H1.HeaderClassName
{
color: #BAB44C;
}
.AnyTagClassName
{
color: #BAB44C;
}
</style>
background-color css
<style>
a { background-color: #BAB44C; }
a { background-color: rgb(186,180,76); }
div.DivClassName
{
background-color: #BAB44C;
}
.BgClassName
{
background-color: #BAB44C;
}
</style>
border-color css
<style>
span { border-color: #BAB44C; }
span { border-color: rgb(186,180,76); }
td.TdClassName
{
border-color: #BAB44C;
}
.TagClassName
{
border-color: #BAB44C;
}
</style>