Shades of Envy #90AB95
Tints of Envy #90AB95
RGB
CMYK
RGB Variations
Color information
#90AB95 (or 0x90AB95) is known color: Envy. HEX triplet: 90, AB and 95. RGB value is (144,171,149). Sum of RGB (Red+Green+Blue) = 144+171+149=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AB95 is #6F546A. Grayscale: #A0A0A0. Windows color (decimal): -7296107 or 9808784. OLE color: 9808784.
HSL color Cylindrical-coordinate representation of color #90AB95: hue angle of 131.11º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90AB95 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 149 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.33 |
| HSL | 131.11º | 0.14% | 0.62% | - |
| HSV(B) | 131.11º | 0.16% | 0.67% | - |
| XYZ | 31.49 | 37.23 | 33.96 | - |
| YUV | 160.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 149 | 0.16 | 0 | 0.13 | 0.33 | 131.11 | 0.14 | 0.62 |
| Hex | 90 | AB | 95 | 10 | 0 | D | 21 | 83 | E | 3E |
| Octal | 220 | 253 | 225 | 20 | 0 | 15 | 41 | 203 | 16 | 76 |
| Binary | 10010000 | 10101011 | 10010101 | 10000 | 0 | 1101 | 100001 | 10000011 | 1110 | 111110 |
Color Harmonies of #90AB95
Complementary color
Monochromatic Colors of #90AB95
Black with #90AB95
Text Example
Text Example
White with #90AB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB95; }
p { color: rgb(144,171,149); }
H1.HeaderClassName
{
color: #90AB95;
}
.AnyTagClassName
{
color: #90AB95;
}
</style>
background-color css
<style>
a { background-color: #90AB95; }
a { background-color: rgb(144,171,149); }
div.DivClassName
{
background-color: #90AB95;
}
.BgClassName
{
background-color: #90AB95;
}
</style>
border-color css
<style>
span { border-color: #90AB95; }
span { border-color: rgb(144,171,149); }
td.TdClassName
{
border-color: #90AB95;
}
.TagClassName
{
border-color: #90AB95;
}
</style>