#91AE95

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

Shades of Envy #91AE95

Tints of Envy #91AE95

Color information

#91AE95 (or 0x91AE95) is unknown color: approx Envy. HEX triplet: 91, AE and 95. RGB value is (145,174,149). Sum of RGB (Red+Green+Blue) = 145+174+149=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #91AE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AE95 is #6E516A. Grayscale: #A2A2A2. Windows color (decimal): -7229803 or 9809553. OLE color: 9809553.

HSL color Cylindrical-coordinate representation of color #91AE95: hue angle of 128.28º 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 #91AE95 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB145174149-
CMYK0.1700.140.32
HSL128.28º15.18%62.55%-
HSV(B)128.28º16.67%68.24%-
XYZ32.2438.4634.16-
YUV162.48120.39115.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.98%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=30.98%
G=37.18%
B=31.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451741490.1700.140.32128.2815.1862.55
Hex91AE95110E2080f3f
Octal22125622521016402001777
Binary1001000110101110100101011000101110100000100000001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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