Shades of Mantis #89BC73
Tints of Mantis #89BC73
RGB
CMYK
RGB Variations
Color information
#89BC73 (or 0x89BC73) is known color: Mantis. HEX triplet: 89, BC and 73. RGB value is (137,188,115). Sum of RGB (Red+Green+Blue) = 137+188+115=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89BC73 is #76438C. Grayscale: #A4A4A4. Windows color (decimal): -7750541 or 7584905. OLE color: 7584905.
HSL color Cylindrical-coordinate representation of color #89BC73: hue angle of 101.92º degrees, saturation: 0.35, 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 #89BC73 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 115 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.26 |
| HSL | 101.92º | 0.35% | 0.59% | - |
| HSV(B) | 101.92º | 0.39% | 0.74% | - |
| XYZ | 31.39 | 42.52 | 22.77 | - |
| YUV | 164.43 | 100.1 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 115 | 0.27 | 0 | 0.39 | 0.26 | 101.92 | 0.35 | 0.59 |
| Hex | 89 | BC | 73 | 1B | 0 | 27 | 1A | 66 | 23 | 3B |
| Octal | 211 | 274 | 163 | 33 | 0 | 47 | 32 | 146 | 43 | 73 |
| Binary | 10001001 | 10111100 | 1110011 | 11011 | 0 | 100111 | 11010 | 1100110 | 100011 | 111011 |
Color Harmonies of #89BC73
Complementary color
Monochromatic Colors of #89BC73
Black with #89BC73
Text Example
Text Example
White with #89BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BC73; }
p { color: rgb(137,188,115); }
H1.HeaderClassName
{
color: #89BC73;
}
.AnyTagClassName
{
color: #89BC73;
}
</style>
background-color css
<style>
a { background-color: #89BC73; }
a { background-color: rgb(137,188,115); }
div.DivClassName
{
background-color: #89BC73;
}
.BgClassName
{
background-color: #89BC73;
}
</style>
border-color css
<style>
span { border-color: #89BC73; }
span { border-color: rgb(137,188,115); }
td.TdClassName
{
border-color: #89BC73;
}
.TagClassName
{
border-color: #89BC73;
}
</style>