Shades of Olive Green #BAB45C
Tints of Olive Green #BAB45C
RGB
CMYK
RGB Variations
Color information
#BAB45C (or 0xBAB45C) is known color: Olive Green. HEX triplet: BA, B4 and 5C. RGB value is (186,180,92). Sum of RGB (Red+Green+Blue) = 186+180+92=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB45C is #454BA3. Grayscale: #ACACAC. Windows color (decimal): -4541348 or 6075578. OLE color: 6075578.
HSL color Cylindrical-coordinate representation of color #BAB45C: hue angle of 56.17º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAB45C is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 92 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.27 |
| HSL | 56.17º | 0.41% | 0.55% | - |
| HSV(B) | 56.17º | 0.51% | 0.73% | - |
| XYZ | 38.5 | 43.85 | 16.56 | - |
| YUV | 171.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 92 | 0 | 0.03 | 0.51 | 0.27 | 56.17 | 0.41 | 0.55 |
| Hex | BA | B4 | 5C | 0 | 3 | 33 | 1B | 38 | 29 | 37 |
| Octal | 272 | 264 | 134 | 0 | 3 | 63 | 33 | 70 | 51 | 67 |
| Binary | 10111010 | 10110100 | 1011100 | 0 | 11 | 110011 | 11011 | 111000 | 101001 | 110111 |
Color Harmonies of #BAB45C
Complementary color
Monochromatic Colors of #BAB45C
Black with #BAB45C
Text Example
Text Example
White with #BAB45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB45C; }
p { color: rgb(186,180,92); }
H1.HeaderClassName
{
color: #BAB45C;
}
.AnyTagClassName
{
color: #BAB45C;
}
</style>
background-color css
<style>
a { background-color: #BAB45C; }
a { background-color: rgb(186,180,92); }
div.DivClassName
{
background-color: #BAB45C;
}
.BgClassName
{
background-color: #BAB45C;
}
</style>
border-color css
<style>
span { border-color: #BAB45C; }
span { border-color: rgb(186,180,92); }
td.TdClassName
{
border-color: #BAB45C;
}
.TagClassName
{
border-color: #BAB45C;
}
</style>