Shades of Envy #89B28E
Tints of Envy #89B28E
RGB
CMYK
RGB Variations
Color information
#89B28E (or 0x89B28E) is known color: Envy. HEX triplet: 89, B2 and 8E. RGB value is (137,178,142). Sum of RGB (Red+Green+Blue) = 137+178+142=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 178 - color contains mainly: green. Hex color #89B28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89B28E is #764D71. Grayscale: #A1A1A1. Windows color (decimal): -7753074 or 9351817. OLE color: 9351817.
HSL color Cylindrical-coordinate representation of color #89B28E: hue angle of 127.32º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89B28E is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 178 | 142 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.30 |
| HSL | 127.32º | 0.21% | 0.62% | - |
| HSV(B) | 127.32º | 0.23% | 0.7% | - |
| XYZ | 31.12 | 39.11 | 31.5 | - |
| YUV | 161.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 142 | 0.23 | 0 | 0.20 | 0.30 | 127.32 | 0.21 | 0.62 |
| Hex | 89 | B2 | 8E | 17 | 0 | 14 | 1E | 7F | 15 | 3E |
| Octal | 211 | 262 | 216 | 27 | 0 | 24 | 36 | 177 | 25 | 76 |
| Binary | 10001001 | 10110010 | 10001110 | 10111 | 0 | 10100 | 11110 | 1111111 | 10101 | 111110 |
Color Harmonies of #89B28E
Complementary color
Monochromatic Colors of #89B28E
Black with #89B28E
Text Example
Text Example
White with #89B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B28E; }
p { color: rgb(137,178,142); }
H1.HeaderClassName
{
color: #89B28E;
}
.AnyTagClassName
{
color: #89B28E;
}
</style>
background-color css
<style>
a { background-color: #89B28E; }
a { background-color: rgb(137,178,142); }
div.DivClassName
{
background-color: #89B28E;
}
.BgClassName
{
background-color: #89B28E;
}
</style>
border-color css
<style>
span { border-color: #89B28E; }
span { border-color: rgb(137,178,142); }
td.TdClassName
{
border-color: #89B28E;
}
.TagClassName
{
border-color: #89B28E;
}
</style>