Shades of Envy #88A18D
Tints of Envy #88A18D
RGB
CMYK
RGB Variations
Color information
#88A18D (or 0x88A18D) is known color: Envy. HEX triplet: 88, A1 and 8D. RGB value is (136,161,141). Sum of RGB (Red+Green+Blue) = 136+161+141=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 161 - color contains mainly: green. Hex color #88A18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A18D is #775E72. Grayscale: #979797. Windows color (decimal): -7822963 or 9281928. OLE color: 9281928.
HSL color Cylindrical-coordinate representation of color #88A18D: hue angle of 132º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A18D is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 161 | 141 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.37 |
| HSL | 132º | 0.12% | 0.58% | - |
| HSV(B) | 132º | 0.16% | 0.63% | - |
| XYZ | 27.71 | 32.65 | 30.04 | - |
| YUV | 151.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 161 | 141 | 0.16 | 0 | 0.12 | 0.37 | 132 | 0.12 | 0.58 |
| Hex | 88 | A1 | 8D | 10 | 0 | C | 25 | 84 | C | 3A |
| Octal | 210 | 241 | 215 | 20 | 0 | 14 | 45 | 204 | 14 | 72 |
| Binary | 10001000 | 10100001 | 10001101 | 10000 | 0 | 1100 | 100101 | 10000100 | 1100 | 111010 |
Color Harmonies of #88A18D
Complementary color
Monochromatic Colors of #88A18D
Black with #88A18D
Text Example
Text Example
White with #88A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A18D; }
p { color: rgb(136,161,141); }
H1.HeaderClassName
{
color: #88A18D;
}
.AnyTagClassName
{
color: #88A18D;
}
</style>
background-color css
<style>
a { background-color: #88A18D; }
a { background-color: rgb(136,161,141); }
div.DivClassName
{
background-color: #88A18D;
}
.BgClassName
{
background-color: #88A18D;
}
</style>
border-color css
<style>
span { border-color: #88A18D; }
span { border-color: rgb(136,161,141); }
td.TdClassName
{
border-color: #88A18D;
}
.TagClassName
{
border-color: #88A18D;
}
</style>