#90AB92

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

Shades of Envy #90AB92

Tints of Envy #90AB92

Color information

#90AB92 (or 0x90AB92) is unknown color: approx Envy. HEX triplet: 90, AB and 92. RGB value is (144,171,146). Sum of RGB (Red+Green+Blue) = 144+171+146=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AB92 is #6F546D. Grayscale: #A0A0A0. Windows color (decimal): -7296110 or 9612176. OLE color: 9612176.

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

Color convert

RGB144171146-
CMYK0.1600.150.33
HSL124.44º13.85%61.76%-
HSV(B)124.44º15.79%67.06%-
XYZ31.2537.1332.71-
YUV160.08120.05116.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.24%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=31.24%
G=37.09%
B=31.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441711460.1600.150.33124.4413.8561.76
Hex90AB92100F217ce3e
Octal22025322220017411741676
Binary100100001010101110010010100000111110000111111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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