Shades of Envy #88A48E
Tints of Envy #88A48E
RGB
CMYK
RGB Variations
Color information
#88A48E (or 0x88A48E) is known color: Envy. HEX triplet: 88, A4 and 8E. RGB value is (136,164,142). Sum of RGB (Red+Green+Blue) = 136+164+142=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #88A48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A48E is #775B71. Grayscale: #999999. Windows color (decimal): -7822194 or 9348232. OLE color: 9348232.
HSL color Cylindrical-coordinate representation of color #88A48E: hue angle of 132.86º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88A48E is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 164 | 142 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.36 |
| HSL | 132.86º | 0.13% | 0.59% | - |
| HSV(B) | 132.86º | 0.17% | 0.64% | - |
| XYZ | 28.31 | 33.74 | 30.61 | - |
| YUV | 153.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 164 | 142 | 0.17 | 0 | 0.13 | 0.36 | 132.86 | 0.13 | 0.59 |
| Hex | 88 | A4 | 8E | 11 | 0 | D | 24 | 85 | D | 3B |
| Octal | 210 | 244 | 216 | 21 | 0 | 15 | 44 | 205 | 15 | 73 |
| Binary | 10001000 | 10100100 | 10001110 | 10001 | 0 | 1101 | 100100 | 10000101 | 1101 | 111011 |
Color Harmonies of #88A48E
Complementary color
Monochromatic Colors of #88A48E
Black with #88A48E
Text Example
Text Example
White with #88A48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A48E; }
p { color: rgb(136,164,142); }
H1.HeaderClassName
{
color: #88A48E;
}
.AnyTagClassName
{
color: #88A48E;
}
</style>
background-color css
<style>
a { background-color: #88A48E; }
a { background-color: rgb(136,164,142); }
div.DivClassName
{
background-color: #88A48E;
}
.BgClassName
{
background-color: #88A48E;
}
</style>
border-color css
<style>
span { border-color: #88A48E; }
span { border-color: rgb(136,164,142); }
td.TdClassName
{
border-color: #88A48E;
}
.TagClassName
{
border-color: #88A48E;
}
</style>