Shades of Mantis #89C160
Tints of Mantis #89C160
RGB
CMYK
RGB Variations
Color information
#89C160 (or 0x89C160) is known color: Mantis. HEX triplet: 89, C1 and 60. RGB value is (137,193,96). Sum of RGB (Red+Green+Blue) = 137+193+96=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #89C160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89C160 is #763E9F. Grayscale: #A5A5A5. Windows color (decimal): -7749280 or 6341001. OLE color: 6341001.
HSL color Cylindrical-coordinate representation of color #89C160: hue angle of 94.64º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #89C160 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 193 | 96 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.24 |
| HSL | 94.64º | 0.44% | 0.57% | - |
| HSV(B) | 94.64º | 0.5% | 0.76% | - |
| XYZ | 31.5 | 44.3 | 17.96 | - |
| YUV | 165.2 | 88.95 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 193 | 96 | 0.29 | 0 | 0.50 | 0.24 | 94.64 | 0.44 | 0.57 |
| Hex | 89 | C1 | 60 | 1D | 0 | 32 | 18 | 5F | 2C | 39 |
| Octal | 211 | 301 | 140 | 35 | 0 | 62 | 30 | 137 | 54 | 71 |
| Binary | 10001001 | 11000001 | 1100000 | 11101 | 0 | 110010 | 11000 | 1011111 | 101100 | 111001 |
Color Harmonies of #89C160
Complementary color
Monochromatic Colors of #89C160
Black with #89C160
Text Example
Text Example
White with #89C160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C160; }
p { color: rgb(137,193,96); }
H1.HeaderClassName
{
color: #89C160;
}
.AnyTagClassName
{
color: #89C160;
}
</style>
background-color css
<style>
a { background-color: #89C160; }
a { background-color: rgb(137,193,96); }
div.DivClassName
{
background-color: #89C160;
}
.BgClassName
{
background-color: #89C160;
}
</style>
border-color css
<style>
span { border-color: #89C160; }
span { border-color: rgb(137,193,96); }
td.TdClassName
{
border-color: #89C160;
}
.TagClassName
{
border-color: #89C160;
}
</style>