Shades of Envy #88A189
Tints of Envy #88A189
RGB
CMYK
RGB Variations
Color information
#88A189 (or 0x88A189) is known color: Envy. HEX triplet: 88, A1 and 89. RGB value is (136,161,137). Sum of RGB (Red+Green+Blue) = 136+161+137=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 161 - color contains mainly: green. Hex color #88A189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A189 is #775E76. Grayscale: #969696. Windows color (decimal): -7822967 or 9019784. OLE color: 9019784.
HSL color Cylindrical-coordinate representation of color #88A189: hue angle of 122.4º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A189 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 161 | 137 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.37 |
| HSL | 122.4º | 0.12% | 0.58% | - |
| HSV(B) | 122.4º | 0.16% | 0.63% | - |
| XYZ | 27.41 | 32.53 | 28.5 | - |
| YUV | 150.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 161 | 137 | 0.16 | 0 | 0.15 | 0.37 | 122.4 | 0.12 | 0.58 |
| Hex | 88 | A1 | 89 | 10 | 0 | F | 25 | 7A | C | 3A |
| Octal | 210 | 241 | 211 | 20 | 0 | 17 | 45 | 172 | 14 | 72 |
| Binary | 10001000 | 10100001 | 10001001 | 10000 | 0 | 1111 | 100101 | 1111010 | 1100 | 111010 |
Color Harmonies of #88A189
Complementary color
Monochromatic Colors of #88A189
Black with #88A189
Text Example
Text Example
White with #88A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A189; }
p { color: rgb(136,161,137); }
H1.HeaderClassName
{
color: #88A189;
}
.AnyTagClassName
{
color: #88A189;
}
</style>
background-color css
<style>
a { background-color: #88A189; }
a { background-color: rgb(136,161,137); }
div.DivClassName
{
background-color: #88A189;
}
.BgClassName
{
background-color: #88A189;
}
</style>
border-color css
<style>
span { border-color: #88A189; }
span { border-color: rgb(136,161,137); }
td.TdClassName
{
border-color: #88A189;
}
.TagClassName
{
border-color: #88A189;
}
</style>