Shades of Mantis #89BC72
Tints of Mantis #89BC72
RGB
CMYK
RGB Variations
Color information
#89BC72 (or 0x89BC72) is known color: Mantis. HEX triplet: 89, BC and 72. RGB value is (137,188,114). Sum of RGB (Red+Green+Blue) = 137+188+114=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89BC72 is #76438D. Grayscale: #A4A4A4. Windows color (decimal): -7750542 or 7519369. OLE color: 7519369.
HSL color Cylindrical-coordinate representation of color #89BC72: hue angle of 101.35º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89BC72 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 114 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.26 |
| HSL | 101.35º | 0.36% | 0.59% | - |
| HSV(B) | 101.35º | 0.39% | 0.74% | - |
| XYZ | 31.34 | 42.5 | 22.47 | - |
| YUV | 164.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 114 | 0.27 | 0 | 0.39 | 0.26 | 101.35 | 0.36 | 0.59 |
| Hex | 89 | BC | 72 | 1B | 0 | 27 | 1A | 65 | 24 | 3B |
| Octal | 211 | 274 | 162 | 33 | 0 | 47 | 32 | 145 | 44 | 73 |
| Binary | 10001001 | 10111100 | 1110010 | 11011 | 0 | 100111 | 11010 | 1100101 | 100100 | 111011 |
Color Harmonies of #89BC72
Complementary color
Monochromatic Colors of #89BC72
Black with #89BC72
Text Example
Text Example
White with #89BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BC72; }
p { color: rgb(137,188,114); }
H1.HeaderClassName
{
color: #89BC72;
}
.AnyTagClassName
{
color: #89BC72;
}
</style>
background-color css
<style>
a { background-color: #89BC72; }
a { background-color: rgb(137,188,114); }
div.DivClassName
{
background-color: #89BC72;
}
.BgClassName
{
background-color: #89BC72;
}
</style>
border-color css
<style>
span { border-color: #89BC72; }
span { border-color: rgb(137,188,114); }
td.TdClassName
{
border-color: #89BC72;
}
.TagClassName
{
border-color: #89BC72;
}
</style>