Shades of Envy #88A18A
Tints of Envy #88A18A
RGB
CMYK
RGB Variations
Color information
#88A18A (or 0x88A18A) is known color: Envy. HEX triplet: 88, A1 and 8A. RGB value is (136,161,138). Sum of RGB (Red+Green+Blue) = 136+161+138=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 161 - color contains mainly: green. Hex color #88A18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A18A is #775E75. Grayscale: #969696. Windows color (decimal): -7822966 or 9085320. OLE color: 9085320.
HSL color Cylindrical-coordinate representation of color #88A18A: hue angle of 124.8º 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 #88A18A is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 161 | 138 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.37 |
| HSL | 124.8º | 0.12% | 0.58% | - |
| HSV(B) | 124.8º | 0.16% | 0.63% | - |
| XYZ | 27.49 | 32.56 | 28.88 | - |
| YUV | 150.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 161 | 138 | 0.16 | 0 | 0.14 | 0.37 | 124.8 | 0.12 | 0.58 |
| Hex | 88 | A1 | 8A | 10 | 0 | E | 25 | 7D | C | 3A |
| Octal | 210 | 241 | 212 | 20 | 0 | 16 | 45 | 175 | 14 | 72 |
| Binary | 10001000 | 10100001 | 10001010 | 10000 | 0 | 1110 | 100101 | 1111101 | 1100 | 111010 |
Color Harmonies of #88A18A
Complementary color
Monochromatic Colors of #88A18A
Black with #88A18A
Text Example
Text Example
White with #88A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A18A; }
p { color: rgb(136,161,138); }
H1.HeaderClassName
{
color: #88A18A;
}
.AnyTagClassName
{
color: #88A18A;
}
</style>
background-color css
<style>
a { background-color: #88A18A; }
a { background-color: rgb(136,161,138); }
div.DivClassName
{
background-color: #88A18A;
}
.BgClassName
{
background-color: #88A18A;
}
</style>
border-color css
<style>
span { border-color: #88A18A; }
span { border-color: rgb(136,161,138); }
td.TdClassName
{
border-color: #88A18A;
}
.TagClassName
{
border-color: #88A18A;
}
</style>