Shades of Envy #88AD91
Tints of Envy #88AD91
RGB
CMYK
RGB Variations
Color information
#88AD91 (or 0x88AD91) is known color: Envy. HEX triplet: 88, AD and 91. RGB value is (136,173,145). Sum of RGB (Red+Green+Blue) = 136+173+145=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AD91 is #77526E. Grayscale: #9E9E9E. Windows color (decimal): -7819887 or 9547144. OLE color: 9547144.
HSL color Cylindrical-coordinate representation of color #88AD91: hue angle of 134.59º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88AD91 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 173 | 145 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.32 |
| HSL | 134.59º | 0.18% | 0.61% | - |
| HSV(B) | 134.59º | 0.21% | 0.68% | - |
| XYZ | 30.21 | 37.17 | 32.37 | - |
| YUV | 158.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 145 | 0.21 | 0 | 0.16 | 0.32 | 134.59 | 0.18 | 0.61 |
| Hex | 88 | AD | 91 | 15 | 0 | 10 | 20 | 87 | 12 | 3D |
| Octal | 210 | 255 | 221 | 25 | 0 | 20 | 40 | 207 | 22 | 75 |
| Binary | 10001000 | 10101101 | 10010001 | 10101 | 0 | 10000 | 100000 | 10000111 | 10010 | 111101 |
Color Harmonies of #88AD91
Complementary color
Monochromatic Colors of #88AD91
Black with #88AD91
Text Example
Text Example
White with #88AD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AD91; }
p { color: rgb(136,173,145); }
H1.HeaderClassName
{
color: #88AD91;
}
.AnyTagClassName
{
color: #88AD91;
}
</style>
background-color css
<style>
a { background-color: #88AD91; }
a { background-color: rgb(136,173,145); }
div.DivClassName
{
background-color: #88AD91;
}
.BgClassName
{
background-color: #88AD91;
}
</style>
border-color css
<style>
span { border-color: #88AD91; }
span { border-color: rgb(136,173,145); }
td.TdClassName
{
border-color: #88AD91;
}
.TagClassName
{
border-color: #88AD91;
}
</style>