Shades of Envy #88A18B
Tints of Envy #88A18B
RGB
CMYK
RGB Variations
Color information
#88A18B (or 0x88A18B) is known color: Envy. HEX triplet: 88, A1 and 8B. RGB value is (136,161,139). Sum of RGB (Red+Green+Blue) = 136+161+139=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 161 - color contains mainly: green. Hex color #88A18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A18B is #775E74. Grayscale: #979797. Windows color (decimal): -7822965 or 9150856. OLE color: 9150856.
HSL color Cylindrical-coordinate representation of color #88A18B: hue angle of 127.2º 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 #88A18B is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 161 | 139 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.37 |
| HSL | 127.2º | 0.12% | 0.58% | - |
| HSV(B) | 127.2º | 0.16% | 0.63% | - |
| XYZ | 27.56 | 32.59 | 29.26 | - |
| YUV | 151.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 161 | 139 | 0.16 | 0 | 0.14 | 0.37 | 127.2 | 0.12 | 0.58 |
| Hex | 88 | A1 | 8B | 10 | 0 | E | 25 | 7F | C | 3A |
| Octal | 210 | 241 | 213 | 20 | 0 | 16 | 45 | 177 | 14 | 72 |
| Binary | 10001000 | 10100001 | 10001011 | 10000 | 0 | 1110 | 100101 | 1111111 | 1100 | 111010 |
Color Harmonies of #88A18B
Complementary color
Monochromatic Colors of #88A18B
Black with #88A18B
Text Example
Text Example
White with #88A18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A18B; }
p { color: rgb(136,161,139); }
H1.HeaderClassName
{
color: #88A18B;
}
.AnyTagClassName
{
color: #88A18B;
}
</style>
background-color css
<style>
a { background-color: #88A18B; }
a { background-color: rgb(136,161,139); }
div.DivClassName
{
background-color: #88A18B;
}
.BgClassName
{
background-color: #88A18B;
}
</style>
border-color css
<style>
span { border-color: #88A18B; }
span { border-color: rgb(136,161,139); }
td.TdClassName
{
border-color: #88A18B;
}
.TagClassName
{
border-color: #88A18B;
}
</style>