Shades of Envy #88B290
Tints of Envy #88B290
RGB
CMYK
RGB Variations
Color information
#88B290 (or 0x88B290) is known color: Envy. HEX triplet: 88, B2 and 90. RGB value is (136,178,144). Sum of RGB (Red+Green+Blue) = 136+178+144=458 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.69% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #88B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B290 is #774D6F. Grayscale: #A1A1A1. Windows color (decimal): -7818608 or 9482888. OLE color: 9482888.
HSL color Cylindrical-coordinate representation of color #88B290: hue angle of 131.43º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B290 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 178 | 144 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.30 |
| HSL | 131.43º | 0.21% | 0.62% | - |
| HSV(B) | 131.43º | 0.24% | 0.7% | - |
| XYZ | 31.11 | 39.09 | 32.29 | - |
| YUV | 161.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 144 | 0.24 | 0 | 0.19 | 0.30 | 131.43 | 0.21 | 0.62 |
| Hex | 88 | B2 | 90 | 18 | 0 | 13 | 1E | 83 | 15 | 3E |
| Octal | 210 | 262 | 220 | 30 | 0 | 23 | 36 | 203 | 25 | 76 |
| Binary | 10001000 | 10110010 | 10010000 | 11000 | 0 | 10011 | 11110 | 10000011 | 10101 | 111110 |
Color Harmonies of #88B290
Complementary color
Monochromatic Colors of #88B290
Black with #88B290
Text Example
Text Example
White with #88B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B290; }
p { color: rgb(136,178,144); }
H1.HeaderClassName
{
color: #88B290;
}
.AnyTagClassName
{
color: #88B290;
}
</style>
background-color css
<style>
a { background-color: #88B290; }
a { background-color: rgb(136,178,144); }
div.DivClassName
{
background-color: #88B290;
}
.BgClassName
{
background-color: #88B290;
}
</style>
border-color css
<style>
span { border-color: #88B290; }
span { border-color: rgb(136,178,144); }
td.TdClassName
{
border-color: #88B290;
}
.TagClassName
{
border-color: #88B290;
}
</style>