#91AE94

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

Shades of Envy #91AE94

Tints of Envy #91AE94

Color information

#91AE94 (or 0x91AE94) is unknown color: approx Envy. HEX triplet: 91, AE and 94. RGB value is (145,174,148). Sum of RGB (Red+Green+Blue) = 145+174+148=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #91AE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AE94 is #6E516B. Grayscale: #A2A2A2. Windows color (decimal): -7229804 or 9744017. OLE color: 9744017.

HSL color Cylindrical-coordinate representation of color #91AE94: hue angle of 126.21º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91AE94 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB145174148-
CMYK0.1700.150.32
HSL126.21º15.18%62.55%-
HSV(B)126.21º16.67%68.24%-
XYZ32.1638.4333.74-
YUV162.36119.89115.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.05%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=31.05%
G=37.26%
B=31.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451741480.1700.150.32126.2115.1862.55
Hex91AE94110F207ef3f
Octal22125622421017401761777
Binary100100011010111010010100100010111110000011111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91AE94; }

 p { color: rgb(145,174,148); }

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

<style>
 a { background-color: #91AE94; }

 a { background-color: rgb(145,174,148); }

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

<style>
 span { border-color: #91AE94; }

 span { border-color: rgb(145,174,148); }

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