Shades of Envy #88A58D
Tints of Envy #88A58D
RGB
CMYK
RGB Variations
Color information
#88A58D (or 0x88A58D) is known color: Envy. HEX triplet: 88, A5 and 8D. RGB value is (136,165,141). Sum of RGB (Red+Green+Blue) = 136+165+141=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 165 - color contains mainly: green. Hex color #88A58D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A58D is #775A72. Grayscale: #999999. Windows color (decimal): -7821939 or 9282952. OLE color: 9282952.
HSL color Cylindrical-coordinate representation of color #88A58D: hue angle of 130.34º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88A58D is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 165 | 141 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.35 |
| HSL | 130.34º | 0.14% | 0.59% | - |
| HSV(B) | 130.34º | 0.18% | 0.65% | - |
| XYZ | 28.42 | 34.07 | 30.28 | - |
| YUV | 153.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 165 | 141 | 0.18 | 0 | 0.15 | 0.35 | 130.34 | 0.14 | 0.59 |
| Hex | 88 | A5 | 8D | 12 | 0 | F | 23 | 82 | E | 3B |
| Octal | 210 | 245 | 215 | 22 | 0 | 17 | 43 | 202 | 16 | 73 |
| Binary | 10001000 | 10100101 | 10001101 | 10010 | 0 | 1111 | 100011 | 10000010 | 1110 | 111011 |
Color Harmonies of #88A58D
Complementary color
Monochromatic Colors of #88A58D
Black with #88A58D
Text Example
Text Example
White with #88A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A58D; }
p { color: rgb(136,165,141); }
H1.HeaderClassName
{
color: #88A58D;
}
.AnyTagClassName
{
color: #88A58D;
}
</style>
background-color css
<style>
a { background-color: #88A58D; }
a { background-color: rgb(136,165,141); }
div.DivClassName
{
background-color: #88A58D;
}
.BgClassName
{
background-color: #88A58D;
}
</style>
border-color css
<style>
span { border-color: #88A58D; }
span { border-color: rgb(136,165,141); }
td.TdClassName
{
border-color: #88A58D;
}
.TagClassName
{
border-color: #88A58D;
}
</style>