Shades of Envy #89AE8C
Tints of Envy #89AE8C
RGB
CMYK
RGB Variations
Color information
#89AE8C (or 0x89AE8C) is known color: Envy. HEX triplet: 89, AE and 8C. RGB value is (137,174,140). Sum of RGB (Red+Green+Blue) = 137+174+140=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 174 - color contains mainly: green. Hex color #89AE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AE8C is #765173. Grayscale: #9F9F9F. Windows color (decimal): -7754100 or 9219721. OLE color: 9219721.
HSL color Cylindrical-coordinate representation of color #89AE8C: hue angle of 124.86º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89AE8C is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 174 | 140 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.32 |
| HSL | 124.86º | 0.19% | 0.61% | - |
| HSV(B) | 124.86º | 0.21% | 0.68% | - |
| XYZ | 30.19 | 37.48 | 30.46 | - |
| YUV | 159.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 174 | 140 | 0.21 | 0 | 0.20 | 0.32 | 124.86 | 0.19 | 0.61 |
| Hex | 89 | AE | 8C | 15 | 0 | 14 | 20 | 7D | 13 | 3D |
| Octal | 211 | 256 | 214 | 25 | 0 | 24 | 40 | 175 | 23 | 75 |
| Binary | 10001001 | 10101110 | 10001100 | 10101 | 0 | 10100 | 100000 | 1111101 | 10011 | 111101 |
Color Harmonies of #89AE8C
Complementary color
Monochromatic Colors of #89AE8C
Black with #89AE8C
Text Example
Text Example
White with #89AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AE8C; }
p { color: rgb(137,174,140); }
H1.HeaderClassName
{
color: #89AE8C;
}
.AnyTagClassName
{
color: #89AE8C;
}
</style>
background-color css
<style>
a { background-color: #89AE8C; }
a { background-color: rgb(137,174,140); }
div.DivClassName
{
background-color: #89AE8C;
}
.BgClassName
{
background-color: #89AE8C;
}
</style>
border-color css
<style>
span { border-color: #89AE8C; }
span { border-color: rgb(137,174,140); }
td.TdClassName
{
border-color: #89AE8C;
}
.TagClassName
{
border-color: #89AE8C;
}
</style>