Shades of Envy #89A28E
Tints of Envy #89A28E
RGB
CMYK
RGB Variations
Color information
#89A28E (or 0x89A28E) is known color: Envy. HEX triplet: 89, A2 and 8E. RGB value is (137,162,142). Sum of RGB (Red+Green+Blue) = 137+162+142=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #89A28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A28E is #765D71. Grayscale: #989898. Windows color (decimal): -7757170 or 9347721. OLE color: 9347721.
HSL color Cylindrical-coordinate representation of color #89A28E: hue angle of 132º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89A28E is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 162 | 142 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.36 |
| HSL | 132º | 0.12% | 0.59% | - |
| HSV(B) | 132º | 0.15% | 0.64% | - |
| XYZ | 28.12 | 33.11 | 30.5 | - |
| YUV | 152.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 162 | 142 | 0.15 | 0 | 0.12 | 0.36 | 132 | 0.12 | 0.59 |
| Hex | 89 | A2 | 8E | F | 0 | C | 24 | 84 | C | 3B |
| Octal | 211 | 242 | 216 | 17 | 0 | 14 | 44 | 204 | 14 | 73 |
| Binary | 10001001 | 10100010 | 10001110 | 1111 | 0 | 1100 | 100100 | 10000100 | 1100 | 111011 |
Color Harmonies of #89A28E
Complementary color
Monochromatic Colors of #89A28E
Black with #89A28E
Text Example
Text Example
White with #89A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A28E; }
p { color: rgb(137,162,142); }
H1.HeaderClassName
{
color: #89A28E;
}
.AnyTagClassName
{
color: #89A28E;
}
</style>
background-color css
<style>
a { background-color: #89A28E; }
a { background-color: rgb(137,162,142); }
div.DivClassName
{
background-color: #89A28E;
}
.BgClassName
{
background-color: #89A28E;
}
</style>
border-color css
<style>
span { border-color: #89A28E; }
span { border-color: rgb(137,162,142); }
td.TdClassName
{
border-color: #89A28E;
}
.TagClassName
{
border-color: #89A28E;
}
</style>