Shades of Olive Green #BAB45D
Tints of Olive Green #BAB45D
RGB
CMYK
RGB Variations
Color information
#BAB45D (or 0xBAB45D) is known color: Olive Green. HEX triplet: BA, B4 and 5D. RGB value is (186,180,93). Sum of RGB (Red+Green+Blue) = 186+180+93=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB45D is #454BA2. Grayscale: #ACACAC. Windows color (decimal): -4541347 or 6141114. OLE color: 6141114.
HSL color Cylindrical-coordinate representation of color #BAB45D: hue angle of 56.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAB45D is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 93 | - |
| CMYK | 0 | 0.03 | 0.5 | 0.27 |
| HSL | 56.13º | 0.4% | 0.55% | - |
| HSV(B) | 56.13º | 0.5% | 0.73% | - |
| XYZ | 38.55 | 43.87 | 16.79 | - |
| YUV | 171.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 93 | 0 | 0.03 | 0.5 | 0.27 | 56.13 | 0.4 | 0.55 |
| Hex | BA | B4 | 5D | 0 | 3 | 32 | 1B | 38 | 28 | 37 |
| Octal | 272 | 264 | 135 | 0 | 3 | 62 | 33 | 70 | 50 | 67 |
| Binary | 10111010 | 10110100 | 1011101 | 0 | 11 | 110010 | 11011 | 111000 | 101000 | 110111 |
Color Harmonies of #BAB45D
Complementary color
Monochromatic Colors of #BAB45D
Black with #BAB45D
Text Example
Text Example
White with #BAB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB45D; }
p { color: rgb(186,180,93); }
H1.HeaderClassName
{
color: #BAB45D;
}
.AnyTagClassName
{
color: #BAB45D;
}
</style>
background-color css
<style>
a { background-color: #BAB45D; }
a { background-color: rgb(186,180,93); }
div.DivClassName
{
background-color: #BAB45D;
}
.BgClassName
{
background-color: #BAB45D;
}
</style>
border-color css
<style>
span { border-color: #BAB45D; }
span { border-color: rgb(186,180,93); }
td.TdClassName
{
border-color: #BAB45D;
}
.TagClassName
{
border-color: #BAB45D;
}
</style>