Shades of Envy #88AB91
Tints of Envy #88AB91
RGB
CMYK
RGB Variations
Color information
#88AB91 (or 0x88AB91) is known color: Envy. HEX triplet: 88, AB and 91. RGB value is (136,171,145). Sum of RGB (Red+Green+Blue) = 136+171+145=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AB91 is #77546E. Grayscale: #9D9D9D. Windows color (decimal): -7820399 or 9546632. OLE color: 9546632.
HSL color Cylindrical-coordinate representation of color #88AB91: hue angle of 135.43º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88AB91 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 171 | 145 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.33 |
| HSL | 135.43º | 0.17% | 0.6% | - |
| HSV(B) | 135.43º | 0.2% | 0.67% | - |
| XYZ | 29.83 | 36.4 | 32.24 | - |
| YUV | 157.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 171 | 145 | 0.20 | 0 | 0.15 | 0.33 | 135.43 | 0.17 | 0.6 |
| Hex | 88 | AB | 91 | 14 | 0 | F | 21 | 87 | 11 | 3C |
| Octal | 210 | 253 | 221 | 24 | 0 | 17 | 41 | 207 | 21 | 74 |
| Binary | 10001000 | 10101011 | 10010001 | 10100 | 0 | 1111 | 100001 | 10000111 | 10001 | 111100 |
Color Harmonies of #88AB91
Complementary color
Monochromatic Colors of #88AB91
Black with #88AB91
Text Example
Text Example
White with #88AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AB91; }
p { color: rgb(136,171,145); }
H1.HeaderClassName
{
color: #88AB91;
}
.AnyTagClassName
{
color: #88AB91;
}
</style>
background-color css
<style>
a { background-color: #88AB91; }
a { background-color: rgb(136,171,145); }
div.DivClassName
{
background-color: #88AB91;
}
.BgClassName
{
background-color: #88AB91;
}
</style>
border-color css
<style>
span { border-color: #88AB91; }
span { border-color: rgb(136,171,145); }
td.TdClassName
{
border-color: #88AB91;
}
.TagClassName
{
border-color: #88AB91;
}
</style>