#90A993

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

Shades of Envy #90A993

Tints of Envy #90A993

Color information

#90A993 (or 0x90A993) is unknown color: approx Envy. HEX triplet: 90, A9 and 93. RGB value is (144,169,147). Sum of RGB (Red+Green+Blue) = 144+169+147=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 169 - color contains mainly: green. Hex color #90A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A993 is #6F566C. Grayscale: #9F9F9F. Windows color (decimal): -7296621 or 9677200. OLE color: 9677200.

HSL color Cylindrical-coordinate representation of color #90A993: hue angle of 127.2º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90A993 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB144169147-
CMYK0.1500.130.34
HSL127.2º12.69%61.37%-
HSV(B)127.2º14.79%66.27%-
XYZ30.9636.4133-
YUV159.02121.22117.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.30%
GREEN value IS 169 (66.41% from 255) = 36.74%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=31.30%
G=36.74%
B=31.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1441691470.1500.130.34127.212.6961.37
Hex90A993F0D227fd3d
Octal22025122317015421771575
Binary10010000101010011001001111110110110001011111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,169,147); }

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

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

 a { background-color: rgb(144,169,147); }

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

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

 span { border-color: rgb(144,169,147); }

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