Shades of Envy #92AA95
Tints of Envy #92AA95
RGB
CMYK
RGB Variations
Color information
#92AA95 (or 0x92AA95) is known color: Envy. HEX triplet: 92, AA and 95. RGB value is (146,170,149). Sum of RGB (Red+Green+Blue) = 146+170+149=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AA95 is #6D556A. Grayscale: #A0A0A0. Windows color (decimal): -7165291 or 9808530. OLE color: 9808530.
HSL color Cylindrical-coordinate representation of color #92AA95: hue angle of 127.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92AA95 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 170 | 149 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.33 |
| HSL | 127.5º | 0.12% | 0.62% | - |
| HSV(B) | 127.5º | 0.14% | 0.67% | - |
| XYZ | 31.65 | 37.03 | 33.91 | - |
| YUV | 160.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 149 | 0.14 | 0 | 0.12 | 0.33 | 127.5 | 0.12 | 0.62 |
| Hex | 92 | AA | 95 | E | 0 | C | 21 | 80 | C | 3E |
| Octal | 222 | 252 | 225 | 16 | 0 | 14 | 41 | 200 | 14 | 76 |
| Binary | 10010010 | 10101010 | 10010101 | 1110 | 0 | 1100 | 100001 | 10000000 | 1100 | 111110 |
Color Harmonies of #92AA95
Complementary color
Monochromatic Colors of #92AA95
Black with #92AA95
Text Example
Text Example
White with #92AA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AA95; }
p { color: rgb(146,170,149); }
H1.HeaderClassName
{
color: #92AA95;
}
.AnyTagClassName
{
color: #92AA95;
}
</style>
background-color css
<style>
a { background-color: #92AA95; }
a { background-color: rgb(146,170,149); }
div.DivClassName
{
background-color: #92AA95;
}
.BgClassName
{
background-color: #92AA95;
}
</style>
border-color css
<style>
span { border-color: #92AA95; }
span { border-color: rgb(146,170,149); }
td.TdClassName
{
border-color: #92AA95;
}
.TagClassName
{
border-color: #92AA95;
}
</style>