#90AB95

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

Shades of Envy #90AB95

Tints of Envy #90AB95

Color information

#90AB95 (or 0x90AB95) is unknown color: approx 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

RGB144171149-
CMYK0.1600.130.33
HSL131.11º13.85%61.76%-
HSV(B)131.11º15.79%67.06%-
XYZ31.4937.2333.96-
YUV160.42121.55116.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.03%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=31.03%
G=36.85%
B=32.11%

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
Decimal1441711490.1600.130.33131.1113.8561.76
Hex90AB95100D2183e3e
Octal22025322520015412031676
Binary1001000010101011100101011000001101100001100000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>