Shades of Envy #88A291
Tints of Envy #88A291
RGB
CMYK
RGB Variations
Color information
#88A291 (or 0x88A291) is known color: Envy. HEX triplet: 88, A2 and 91. RGB value is (136,162,145). Sum of RGB (Red+Green+Blue) = 136+162+145=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #88A291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A291 is #775D6E. Grayscale: #989898. Windows color (decimal): -7822703 or 9544328. OLE color: 9544328.
HSL color Cylindrical-coordinate representation of color #88A291: hue angle of 140.77º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A291 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 162 | 145 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.36 |
| HSL | 140.77º | 0.12% | 0.58% | - |
| HSV(B) | 140.77º | 0.16% | 0.64% | - |
| XYZ | 28.18 | 33.12 | 31.7 | - |
| YUV | 152.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 145 | 0.16 | 0 | 0.10 | 0.36 | 140.77 | 0.12 | 0.58 |
| Hex | 88 | A2 | 91 | 10 | 0 | A | 24 | 8D | C | 3A |
| Octal | 210 | 242 | 221 | 20 | 0 | 12 | 44 | 215 | 14 | 72 |
| Binary | 10001000 | 10100010 | 10010001 | 10000 | 0 | 1010 | 100100 | 10001101 | 1100 | 111010 |
Color Harmonies of #88A291
Complementary color
Monochromatic Colors of #88A291
Black with #88A291
Text Example
Text Example
White with #88A291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A291; }
p { color: rgb(136,162,145); }
H1.HeaderClassName
{
color: #88A291;
}
.AnyTagClassName
{
color: #88A291;
}
</style>
background-color css
<style>
a { background-color: #88A291; }
a { background-color: rgb(136,162,145); }
div.DivClassName
{
background-color: #88A291;
}
.BgClassName
{
background-color: #88A291;
}
</style>
border-color css
<style>
span { border-color: #88A291; }
span { border-color: rgb(136,162,145); }
td.TdClassName
{
border-color: #88A291;
}
.TagClassName
{
border-color: #88A291;
}
</style>