Shades of Envy #91A894
Tints of Envy #91A894
RGB
CMYK
RGB Variations
Color information
#91A894 (or 0x91A894) is known color: Envy. HEX triplet: 91, A8 and 94. RGB value is (145,168,148). Sum of RGB (Red+Green+Blue) = 145+168+148=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 168 - color contains mainly: green. Hex color #91A894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A894 is #6E576B. Grayscale: #9E9E9E. Windows color (decimal): -7231340 or 9742481. OLE color: 9742481.
HSL color Cylindrical-coordinate representation of color #91A894: hue angle of 127.83º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #91A894 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 168 | 148 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.34 |
| HSL | 127.83º | 0.12% | 0.61% | - |
| HSV(B) | 127.83º | 0.14% | 0.66% | - |
| XYZ | 31.02 | 36.16 | 33.36 | - |
| YUV | 158.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 168 | 148 | 0.14 | 0 | 0.12 | 0.34 | 127.83 | 0.12 | 0.61 |
| Hex | 91 | A8 | 94 | E | 0 | C | 22 | 80 | C | 3D |
| Octal | 221 | 250 | 224 | 16 | 0 | 14 | 42 | 200 | 14 | 75 |
| Binary | 10010001 | 10101000 | 10010100 | 1110 | 0 | 1100 | 100010 | 10000000 | 1100 | 111101 |
Color Harmonies of #91A894
Complementary color
Monochromatic Colors of #91A894
Black with #91A894
Text Example
Text Example
White with #91A894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A894; }
p { color: rgb(145,168,148); }
H1.HeaderClassName
{
color: #91A894;
}
.AnyTagClassName
{
color: #91A894;
}
</style>
background-color css
<style>
a { background-color: #91A894; }
a { background-color: rgb(145,168,148); }
div.DivClassName
{
background-color: #91A894;
}
.BgClassName
{
background-color: #91A894;
}
</style>
border-color css
<style>
span { border-color: #91A894; }
span { border-color: rgb(145,168,148); }
td.TdClassName
{
border-color: #91A894;
}
.TagClassName
{
border-color: #91A894;
}
</style>