Shades of Mantis #88BA5D
Tints of Mantis #88BA5D
RGB
CMYK
RGB Variations
Color information
#88BA5D (or 0x88BA5D) is known color: Mantis. HEX triplet: 88, BA and 5D. RGB value is (136,186,93). Sum of RGB (Red+Green+Blue) = 136+186+93=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BA5D is #7745A2. Grayscale: #A0A0A0. Windows color (decimal): -7816611 or 6142600. OLE color: 6142600.
HSL color Cylindrical-coordinate representation of color #88BA5D: hue angle of 92.26º 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 #88BA5D is Cyan = 0.27, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 186 | 93 | - |
| CMYK | 0.27 | 0 | 0.5 | 0.27 |
| HSL | 92.26º | 0.4% | 0.55% | - |
| HSV(B) | 92.26º | 0.5% | 0.73% | - |
| XYZ | 29.69 | 41.14 | 16.73 | - |
| YUV | 160.45 | 89.94 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 93 | 0.27 | 0 | 0.5 | 0.27 | 92.26 | 0.4 | 0.55 |
| Hex | 88 | BA | 5D | 1B | 0 | 32 | 1B | 5C | 28 | 37 |
| Octal | 210 | 272 | 135 | 33 | 0 | 62 | 33 | 134 | 50 | 67 |
| Binary | 10001000 | 10111010 | 1011101 | 11011 | 0 | 110010 | 11011 | 1011100 | 101000 | 110111 |
Color Harmonies of #88BA5D
Complementary color
Monochromatic Colors of #88BA5D
Black with #88BA5D
Text Example
Text Example
White with #88BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BA5D; }
p { color: rgb(136,186,93); }
H1.HeaderClassName
{
color: #88BA5D;
}
.AnyTagClassName
{
color: #88BA5D;
}
</style>
background-color css
<style>
a { background-color: #88BA5D; }
a { background-color: rgb(136,186,93); }
div.DivClassName
{
background-color: #88BA5D;
}
.BgClassName
{
background-color: #88BA5D;
}
</style>
border-color css
<style>
span { border-color: #88BA5D; }
span { border-color: rgb(136,186,93); }
td.TdClassName
{
border-color: #88BA5D;
}
.TagClassName
{
border-color: #88BA5D;
}
</style>