Shades of Mantis #88BA72
Tints of Mantis #88BA72
RGB
CMYK
RGB Variations
Color information
#88BA72 (or 0x88BA72) is known color: Mantis. HEX triplet: 88, BA and 72. RGB value is (136,186,114). Sum of RGB (Red+Green+Blue) = 136+186+114=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BA72 is #77458D. Grayscale: #A3A3A3. Windows color (decimal): -7816590 or 7518856. OLE color: 7518856.
HSL color Cylindrical-coordinate representation of color #88BA72: hue angle of 101.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88BA72 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 186 | 114 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.27 |
| HSL | 101.67º | 0.34% | 0.59% | - |
| HSV(B) | 101.67º | 0.39% | 0.73% | - |
| XYZ | 30.75 | 41.57 | 22.32 | - |
| YUV | 162.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 114 | 0.27 | 0 | 0.39 | 0.27 | 101.67 | 0.34 | 0.59 |
| Hex | 88 | BA | 72 | 1B | 0 | 27 | 1B | 66 | 22 | 3B |
| Octal | 210 | 272 | 162 | 33 | 0 | 47 | 33 | 146 | 42 | 73 |
| Binary | 10001000 | 10111010 | 1110010 | 11011 | 0 | 100111 | 11011 | 1100110 | 100010 | 111011 |
Color Harmonies of #88BA72
Complementary color
Monochromatic Colors of #88BA72
Black with #88BA72
Text Example
Text Example
White with #88BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BA72; }
p { color: rgb(136,186,114); }
H1.HeaderClassName
{
color: #88BA72;
}
.AnyTagClassName
{
color: #88BA72;
}
</style>
background-color css
<style>
a { background-color: #88BA72; }
a { background-color: rgb(136,186,114); }
div.DivClassName
{
background-color: #88BA72;
}
.BgClassName
{
background-color: #88BA72;
}
</style>
border-color css
<style>
span { border-color: #88BA72; }
span { border-color: rgb(136,186,114); }
td.TdClassName
{
border-color: #88BA72;
}
.TagClassName
{
border-color: #88BA72;
}
</style>