Shades of Mantis #89BD73
Tints of Mantis #89BD73
RGB
CMYK
RGB Variations
Color information
#89BD73 (or 0x89BD73) is known color: Mantis. HEX triplet: 89, BD and 73. RGB value is (137,189,115). Sum of RGB (Red+Green+Blue) = 137+189+115=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #89BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89BD73 is #76428C. Grayscale: #A5A5A5. Windows color (decimal): -7750285 or 7585161. OLE color: 7585161.
HSL color Cylindrical-coordinate representation of color #89BD73: hue angle of 102.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89BD73 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 115 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.26 |
| HSL | 102.16º | 0.36% | 0.6% | - |
| HSV(B) | 102.16º | 0.39% | 0.74% | - |
| XYZ | 31.61 | 42.95 | 22.84 | - |
| YUV | 165.02 | 99.77 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 115 | 0.28 | 0 | 0.39 | 0.26 | 102.16 | 0.36 | 0.6 |
| Hex | 89 | BD | 73 | 1C | 0 | 27 | 1A | 66 | 24 | 3C |
| Octal | 211 | 275 | 163 | 34 | 0 | 47 | 32 | 146 | 44 | 74 |
| Binary | 10001001 | 10111101 | 1110011 | 11100 | 0 | 100111 | 11010 | 1100110 | 100100 | 111100 |
Color Harmonies of #89BD73
Complementary color
Monochromatic Colors of #89BD73
Black with #89BD73
Text Example
Text Example
White with #89BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BD73; }
p { color: rgb(137,189,115); }
H1.HeaderClassName
{
color: #89BD73;
}
.AnyTagClassName
{
color: #89BD73;
}
</style>
background-color css
<style>
a { background-color: #89BD73; }
a { background-color: rgb(137,189,115); }
div.DivClassName
{
background-color: #89BD73;
}
.BgClassName
{
background-color: #89BD73;
}
</style>
border-color css
<style>
span { border-color: #89BD73; }
span { border-color: rgb(137,189,115); }
td.TdClassName
{
border-color: #89BD73;
}
.TagClassName
{
border-color: #89BD73;
}
</style>