Shades of Envy #88A889
Tints of Envy #88A889
RGB
CMYK
RGB Variations
Color information
#88A889 (or 0x88A889) is known color: Envy. HEX triplet: 88, A8 and 89. RGB value is (136,168,137). Sum of RGB (Red+Green+Blue) = 136+168+137=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 168 - color contains mainly: green. Hex color #88A889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A889 is #775776. Grayscale: #9A9A9A. Windows color (decimal): -7821175 or 9021576. OLE color: 9021576.
HSL color Cylindrical-coordinate representation of color #88A889: hue angle of 121.88º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88A889 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 168 | 137 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.34 |
| HSL | 121.88º | 0.16% | 0.6% | - |
| HSV(B) | 121.88º | 0.19% | 0.66% | - |
| XYZ | 28.67 | 35.05 | 28.92 | - |
| YUV | 154.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 168 | 137 | 0.19 | 0 | 0.18 | 0.34 | 121.88 | 0.16 | 0.6 |
| Hex | 88 | A8 | 89 | 13 | 0 | 12 | 22 | 7A | 10 | 3C |
| Octal | 210 | 250 | 211 | 23 | 0 | 22 | 42 | 172 | 20 | 74 |
| Binary | 10001000 | 10101000 | 10001001 | 10011 | 0 | 10010 | 100010 | 1111010 | 10000 | 111100 |
Color Harmonies of #88A889
Complementary color
Monochromatic Colors of #88A889
Black with #88A889
Text Example
Text Example
White with #88A889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A889; }
p { color: rgb(136,168,137); }
H1.HeaderClassName
{
color: #88A889;
}
.AnyTagClassName
{
color: #88A889;
}
</style>
background-color css
<style>
a { background-color: #88A889; }
a { background-color: rgb(136,168,137); }
div.DivClassName
{
background-color: #88A889;
}
.BgClassName
{
background-color: #88A889;
}
</style>
border-color css
<style>
span { border-color: #88A889; }
span { border-color: rgb(136,168,137); }
td.TdClassName
{
border-color: #88A889;
}
.TagClassName
{
border-color: #88A889;
}
</style>