Shades of Olive Green #BAB358
Tints of Olive Green #BAB358
RGB
CMYK
RGB Variations
Color information
#BAB358 (or 0xBAB358) is known color: Olive Green. HEX triplet: BA, B3 and 58. RGB value is (186,179,88). Sum of RGB (Red+Green+Blue) = 186+179+88=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB358 is #454CA7. Grayscale: #ABABAB. Windows color (decimal): -4541608 or 5813178. OLE color: 5813178.
HSL color Cylindrical-coordinate representation of color #BAB358: hue angle of 55.71º 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 #BAB358 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 88 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.27 |
| HSL | 55.71º | 0.42% | 0.54% | - |
| HSV(B) | 55.71º | 0.53% | 0.73% | - |
| XYZ | 38.13 | 43.38 | 15.6 | - |
| YUV | 170.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 88 | 0 | 0.04 | 0.53 | 0.27 | 55.71 | 0.42 | 0.54 |
| Hex | BA | B3 | 58 | 0 | 4 | 35 | 1B | 38 | 2A | 36 |
| Octal | 272 | 263 | 130 | 0 | 4 | 65 | 33 | 70 | 52 | 66 |
| Binary | 10111010 | 10110011 | 1011000 | 0 | 100 | 110101 | 11011 | 111000 | 101010 | 110110 |
Color Harmonies of #BAB358
Complementary color
Monochromatic Colors of #BAB358
Black with #BAB358
Text Example
Text Example
White with #BAB358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB358; }
p { color: rgb(186,179,88); }
H1.HeaderClassName
{
color: #BAB358;
}
.AnyTagClassName
{
color: #BAB358;
}
</style>
background-color css
<style>
a { background-color: #BAB358; }
a { background-color: rgb(186,179,88); }
div.DivClassName
{
background-color: #BAB358;
}
.BgClassName
{
background-color: #BAB358;
}
</style>
border-color css
<style>
span { border-color: #BAB358; }
span { border-color: rgb(186,179,88); }
td.TdClassName
{
border-color: #BAB358;
}
.TagClassName
{
border-color: #BAB358;
}
</style>