Shades of Envy #88A28C
Tints of Envy #88A28C
RGB
CMYK
RGB Variations
Color information
#88A28C (or 0x88A28C) is known color: Envy. HEX triplet: 88, A2 and 8C. RGB value is (136,162,140). Sum of RGB (Red+Green+Blue) = 136+162+140=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 162 - color contains mainly: green. Hex color #88A28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A28C is #775D73. Grayscale: #979797. Windows color (decimal): -7822708 or 9216648. OLE color: 9216648.
HSL color Cylindrical-coordinate representation of color #88A28C: hue angle of 129.23º 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 #88A28C is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 162 | 140 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.36 |
| HSL | 129.23º | 0.12% | 0.58% | - |
| HSV(B) | 129.23º | 0.16% | 0.64% | - |
| XYZ | 27.81 | 32.97 | 29.71 | - |
| YUV | 151.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 140 | 0.16 | 0 | 0.14 | 0.36 | 129.23 | 0.12 | 0.58 |
| Hex | 88 | A2 | 8C | 10 | 0 | E | 24 | 81 | C | 3A |
| Octal | 210 | 242 | 214 | 20 | 0 | 16 | 44 | 201 | 14 | 72 |
| Binary | 10001000 | 10100010 | 10001100 | 10000 | 0 | 1110 | 100100 | 10000001 | 1100 | 111010 |
Color Harmonies of #88A28C
Complementary color
Monochromatic Colors of #88A28C
Black with #88A28C
Text Example
Text Example
White with #88A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A28C; }
p { color: rgb(136,162,140); }
H1.HeaderClassName
{
color: #88A28C;
}
.AnyTagClassName
{
color: #88A28C;
}
</style>
background-color css
<style>
a { background-color: #88A28C; }
a { background-color: rgb(136,162,140); }
div.DivClassName
{
background-color: #88A28C;
}
.BgClassName
{
background-color: #88A28C;
}
</style>
border-color css
<style>
span { border-color: #88A28C; }
span { border-color: rgb(136,162,140); }
td.TdClassName
{
border-color: #88A28C;
}
.TagClassName
{
border-color: #88A28C;
}
</style>