Shades of Mantis #88BC6E
Tints of Mantis #88BC6E
RGB
CMYK
RGB Variations
Color information
#88BC6E (or 0x88BC6E) is known color: Mantis. HEX triplet: 88, BC and 6E. RGB value is (136,188,110). Sum of RGB (Red+Green+Blue) = 136+188+110=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BC6E is #774391. Grayscale: #A3A3A3. Windows color (decimal): -7816082 or 7257224. OLE color: 7257224.
HSL color Cylindrical-coordinate representation of color #88BC6E: hue angle of 100º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88BC6E is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 188 | 110 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.26 |
| HSL | 100º | 0.37% | 0.58% | - |
| HSV(B) | 100º | 0.41% | 0.74% | - |
| XYZ | 30.95 | 42.33 | 21.29 | - |
| YUV | 163.56 | 97.77 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 110 | 0.28 | 0 | 0.41 | 0.26 | 100 | 0.37 | 0.58 |
| Hex | 88 | BC | 6E | 1C | 0 | 29 | 1A | 64 | 25 | 3A |
| Octal | 210 | 274 | 156 | 34 | 0 | 51 | 32 | 144 | 45 | 72 |
| Binary | 10001000 | 10111100 | 1101110 | 11100 | 0 | 101001 | 11010 | 1100100 | 100101 | 111010 |
Color Harmonies of #88BC6E
Complementary color
Monochromatic Colors of #88BC6E
Black with #88BC6E
Text Example
Text Example
White with #88BC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BC6E; }
p { color: rgb(136,188,110); }
H1.HeaderClassName
{
color: #88BC6E;
}
.AnyTagClassName
{
color: #88BC6E;
}
</style>
background-color css
<style>
a { background-color: #88BC6E; }
a { background-color: rgb(136,188,110); }
div.DivClassName
{
background-color: #88BC6E;
}
.BgClassName
{
background-color: #88BC6E;
}
</style>
border-color css
<style>
span { border-color: #88BC6E; }
span { border-color: rgb(136,188,110); }
td.TdClassName
{
border-color: #88BC6E;
}
.TagClassName
{
border-color: #88BC6E;
}
</style>