Shades of Envy #88A28B
Tints of Envy #88A28B
RGB
CMYK
RGB Variations
Color information
#88A28B (or 0x88A28B) is known color: Envy. HEX triplet: 88, A2 and 8B. RGB value is (136,162,139). Sum of RGB (Red+Green+Blue) = 136+162+139=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 162 - color contains mainly: green. Hex color #88A28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A28B is #775D74. Grayscale: #979797. Windows color (decimal): -7822709 or 9151112. OLE color: 9151112.
HSL color Cylindrical-coordinate representation of color #88A28B: hue angle of 126.92º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A28B is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 162 | 139 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.36 |
| HSL | 126.92º | 0.12% | 0.58% | - |
| HSV(B) | 126.92º | 0.16% | 0.64% | - |
| XYZ | 27.73 | 32.94 | 29.32 | - |
| YUV | 151.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 139 | 0.16 | 0 | 0.14 | 0.36 | 126.92 | 0.12 | 0.58 |
| Hex | 88 | A2 | 8B | 10 | 0 | E | 24 | 7F | C | 3A |
| Octal | 210 | 242 | 213 | 20 | 0 | 16 | 44 | 177 | 14 | 72 |
| Binary | 10001000 | 10100010 | 10001011 | 10000 | 0 | 1110 | 100100 | 1111111 | 1100 | 111010 |
Color Harmonies of #88A28B
Complementary color
Monochromatic Colors of #88A28B
Black with #88A28B
Text Example
Text Example
White with #88A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A28B; }
p { color: rgb(136,162,139); }
H1.HeaderClassName
{
color: #88A28B;
}
.AnyTagClassName
{
color: #88A28B;
}
</style>
background-color css
<style>
a { background-color: #88A28B; }
a { background-color: rgb(136,162,139); }
div.DivClassName
{
background-color: #88A28B;
}
.BgClassName
{
background-color: #88A28B;
}
</style>
border-color css
<style>
span { border-color: #88A28B; }
span { border-color: rgb(136,162,139); }
td.TdClassName
{
border-color: #88A28B;
}
.TagClassName
{
border-color: #88A28B;
}
</style>