Shades of Olive Green #BAB958
Tints of Olive Green #BAB958
RGB
CMYK
RGB Variations
Color information
#BAB958 (or 0xBAB958) is known color: Olive Green. HEX triplet: BA, B9 and 58. RGB value is (186,185,88). Sum of RGB (Red+Green+Blue) = 186+185+88=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB958 is #4546A7. Grayscale: #AEAEAE. Windows color (decimal): -4540072 or 5814714. OLE color: 5814714.
HSL color Cylindrical-coordinate representation of color #BAB958: hue angle of 59.39º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAB958 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 88 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.27 |
| HSL | 59.39º | 0.42% | 0.54% | - |
| HSV(B) | 59.39º | 0.53% | 0.73% | - |
| XYZ | 39.36 | 45.84 | 16.01 | - |
| YUV | 174.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 88 | 0 | 0.01 | 0.53 | 0.27 | 59.39 | 0.42 | 0.54 |
| Hex | BA | B9 | 58 | 0 | 1 | 35 | 1B | 3B | 2A | 36 |
| Octal | 272 | 271 | 130 | 0 | 1 | 65 | 33 | 73 | 52 | 66 |
| Binary | 10111010 | 10111001 | 1011000 | 0 | 1 | 110101 | 11011 | 111011 | 101010 | 110110 |
Color Harmonies of #BAB958
Complementary color
Monochromatic Colors of #BAB958
Black with #BAB958
Text Example
Text Example
White with #BAB958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB958; }
p { color: rgb(186,185,88); }
H1.HeaderClassName
{
color: #BAB958;
}
.AnyTagClassName
{
color: #BAB958;
}
</style>
background-color css
<style>
a { background-color: #BAB958; }
a { background-color: rgb(186,185,88); }
div.DivClassName
{
background-color: #BAB958;
}
.BgClassName
{
background-color: #BAB958;
}
</style>
border-color css
<style>
span { border-color: #BAB958; }
span { border-color: rgb(186,185,88); }
td.TdClassName
{
border-color: #BAB958;
}
.TagClassName
{
border-color: #BAB958;
}
</style>