Shades of Envy #89A48E
Tints of Envy #89A48E
RGB
CMYK
RGB Variations
Color information
#89A48E (or 0x89A48E) is known color: Envy. HEX triplet: 89, A4 and 8E. RGB value is (137,164,142). Sum of RGB (Red+Green+Blue) = 137+164+142=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 164 - color contains mainly: green. Hex color #89A48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A48E is #765B71. Grayscale: #999999. Windows color (decimal): -7756658 or 9348233. OLE color: 9348233.
HSL color Cylindrical-coordinate representation of color #89A48E: hue angle of 131.11º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89A48E is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 164 | 142 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.36 |
| HSL | 131.11º | 0.13% | 0.59% | - |
| HSV(B) | 131.11º | 0.16% | 0.64% | - |
| XYZ | 28.47 | 33.82 | 30.62 | - |
| YUV | 153.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 164 | 142 | 0.16 | 0 | 0.13 | 0.36 | 131.11 | 0.13 | 0.59 |
| Hex | 89 | A4 | 8E | 10 | 0 | D | 24 | 83 | D | 3B |
| Octal | 211 | 244 | 216 | 20 | 0 | 15 | 44 | 203 | 15 | 73 |
| Binary | 10001001 | 10100100 | 10001110 | 10000 | 0 | 1101 | 100100 | 10000011 | 1101 | 111011 |
Color Harmonies of #89A48E
Complementary color
Monochromatic Colors of #89A48E
Black with #89A48E
Text Example
Text Example
White with #89A48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A48E; }
p { color: rgb(137,164,142); }
H1.HeaderClassName
{
color: #89A48E;
}
.AnyTagClassName
{
color: #89A48E;
}
</style>
background-color css
<style>
a { background-color: #89A48E; }
a { background-color: rgb(137,164,142); }
div.DivClassName
{
background-color: #89A48E;
}
.BgClassName
{
background-color: #89A48E;
}
</style>
border-color css
<style>
span { border-color: #89A48E; }
span { border-color: rgb(137,164,142); }
td.TdClassName
{
border-color: #89A48E;
}
.TagClassName
{
border-color: #89A48E;
}
</style>