#90AB94

Color #90AB94 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #90AB94

Tints of Envy #90AB94

Color information

#90AB94 (or 0x90AB94) is unknown color: approx Envy. HEX triplet: 90, AB and 94. RGB value is (144,171,148). Sum of RGB (Red+Green+Blue) = 144+171+148=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AB94 is #6F546B. Grayscale: #A0A0A0. Windows color (decimal): -7296108 or 9743248. OLE color: 9743248.

HSL color Cylindrical-coordinate representation of color #90AB94: hue angle of 128.89º 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 #90AB94 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB144171148-
CMYK0.1600.130.33
HSL128.89º13.85%61.76%-
HSV(B)128.89º15.79%67.06%-
XYZ31.4137.1933.54-
YUV160.3121.05116.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 148 (58.20% from 255) = 31.97%
R=31.10%
G=36.93%
B=31.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441711480.1600.130.33128.8913.8561.76
Hex90AB94100D2181e3e
Octal22025322420015412011676
Binary1001000010101011100101001000001101100001100000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90AB94; }

 p { color: rgb(144,171,148); }

 H1.HeaderClassName
 {
   color: #90AB94;
 }
 .AnyTagClassName
 {
   color: #90AB94;
 }
</style>
background-color css

<style>
 a { background-color: #90AB94; }

 a { background-color: rgb(144,171,148); }

 div.DivClassName
 {
   background-color: #90AB94;
 }
 .BgClassName
 {
   background-color: #90AB94;
 }
</style>
border-color css

<style>
 span { border-color: #90AB94; }

 span { border-color: rgb(144,171,148); }

 td.TdClassName
 {
   border-color: #90AB94;
 }
 .TagClassName
 {
   border-color: #90AB94;
 }
</style>