Shades of Envy #89AA92
Tints of Envy #89AA92
RGB
CMYK
RGB Variations
Color information
#89AA92 (or 0x89AA92) is known color: Envy. HEX triplet: 89, AA and 92. RGB value is (137,170,146). Sum of RGB (Red+Green+Blue) = 137+170+146=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AA92 is #76556D. Grayscale: #9D9D9D. Windows color (decimal): -7755118 or 9611913. OLE color: 9611913.
HSL color Cylindrical-coordinate representation of color #89AA92: hue angle of 136.36º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89AA92 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 146 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.33 |
| HSL | 136.36º | 0.16% | 0.6% | - |
| HSV(B) | 136.36º | 0.19% | 0.67% | - |
| XYZ | 29.88 | 36.14 | 32.6 | - |
| YUV | 157.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 146 | 0.19 | 0 | 0.14 | 0.33 | 136.36 | 0.16 | 0.6 |
| Hex | 89 | AA | 92 | 13 | 0 | E | 21 | 88 | 10 | 3C |
| Octal | 211 | 252 | 222 | 23 | 0 | 16 | 41 | 210 | 20 | 74 |
| Binary | 10001001 | 10101010 | 10010010 | 10011 | 0 | 1110 | 100001 | 10001000 | 10000 | 111100 |
Color Harmonies of #89AA92
Complementary color
Monochromatic Colors of #89AA92
Black with #89AA92
Text Example
Text Example
White with #89AA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA92; }
p { color: rgb(137,170,146); }
H1.HeaderClassName
{
color: #89AA92;
}
.AnyTagClassName
{
color: #89AA92;
}
</style>
background-color css
<style>
a { background-color: #89AA92; }
a { background-color: rgb(137,170,146); }
div.DivClassName
{
background-color: #89AA92;
}
.BgClassName
{
background-color: #89AA92;
}
</style>
border-color css
<style>
span { border-color: #89AA92; }
span { border-color: rgb(137,170,146); }
td.TdClassName
{
border-color: #89AA92;
}
.TagClassName
{
border-color: #89AA92;
}
</style>