Shades of Envy #88A392
Tints of Envy #88A392
RGB
CMYK
RGB Variations
Color information
#88A392 (or 0x88A392) is known color: Envy. HEX triplet: 88, A3 and 92. RGB value is (136,163,146). Sum of RGB (Red+Green+Blue) = 136+163+146=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 163 - color contains mainly: green. Hex color #88A392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A392 is #775C6D. Grayscale: #999999. Windows color (decimal): -7822446 or 9610120. OLE color: 9610120.
HSL color Cylindrical-coordinate representation of color #88A392: hue angle of 142.22º 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 #88A392 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 163 | 146 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.36 |
| HSL | 142.22º | 0.13% | 0.59% | - |
| HSV(B) | 142.22º | 0.17% | 0.64% | - |
| XYZ | 28.44 | 33.5 | 32.16 | - |
| YUV | 152.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 163 | 146 | 0.17 | 0 | 0.10 | 0.36 | 142.22 | 0.13 | 0.59 |
| Hex | 88 | A3 | 92 | 11 | 0 | A | 24 | 8E | D | 3B |
| Octal | 210 | 243 | 222 | 21 | 0 | 12 | 44 | 216 | 15 | 73 |
| Binary | 10001000 | 10100011 | 10010010 | 10001 | 0 | 1010 | 100100 | 10001110 | 1101 | 111011 |
Color Harmonies of #88A392
Complementary color
Monochromatic Colors of #88A392
Black with #88A392
Text Example
Text Example
White with #88A392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A392; }
p { color: rgb(136,163,146); }
H1.HeaderClassName
{
color: #88A392;
}
.AnyTagClassName
{
color: #88A392;
}
</style>
background-color css
<style>
a { background-color: #88A392; }
a { background-color: rgb(136,163,146); }
div.DivClassName
{
background-color: #88A392;
}
.BgClassName
{
background-color: #88A392;
}
</style>
border-color css
<style>
span { border-color: #88A392; }
span { border-color: rgb(136,163,146); }
td.TdClassName
{
border-color: #88A392;
}
.TagClassName
{
border-color: #88A392;
}
</style>