Shades of Envy #88A692
Tints of Envy #88A692
RGB
CMYK
RGB Variations
Color information
#88A692 (or 0x88A692) is known color: Envy. HEX triplet: 88, A6 and 92. RGB value is (136,166,146). Sum of RGB (Red+Green+Blue) = 136+166+146=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 166 - color contains mainly: green. Hex color #88A692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A692 is #77596D. Grayscale: #9A9A9A. Windows color (decimal): -7821678 or 9610888. OLE color: 9610888.
HSL color Cylindrical-coordinate representation of color #88A692: hue angle of 140º 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 #88A692 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 166 | 146 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.35 |
| HSL | 140º | 0.14% | 0.59% | - |
| HSV(B) | 140º | 0.18% | 0.65% | - |
| XYZ | 28.98 | 34.58 | 32.34 | - |
| YUV | 154.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 166 | 146 | 0.18 | 0 | 0.12 | 0.35 | 140 | 0.14 | 0.59 |
| Hex | 88 | A6 | 92 | 12 | 0 | C | 23 | 8C | E | 3B |
| Octal | 210 | 246 | 222 | 22 | 0 | 14 | 43 | 214 | 16 | 73 |
| Binary | 10001000 | 10100110 | 10010010 | 10010 | 0 | 1100 | 100011 | 10001100 | 1110 | 111011 |
Color Harmonies of #88A692
Complementary color
Monochromatic Colors of #88A692
Black with #88A692
Text Example
Text Example
White with #88A692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A692; }
p { color: rgb(136,166,146); }
H1.HeaderClassName
{
color: #88A692;
}
.AnyTagClassName
{
color: #88A692;
}
</style>
background-color css
<style>
a { background-color: #88A692; }
a { background-color: rgb(136,166,146); }
div.DivClassName
{
background-color: #88A692;
}
.BgClassName
{
background-color: #88A692;
}
</style>
border-color css
<style>
span { border-color: #88A692; }
span { border-color: rgb(136,166,146); }
td.TdClassName
{
border-color: #88A692;
}
.TagClassName
{
border-color: #88A692;
}
</style>