#91AE96

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

Shades of Envy #91AE96

Tints of Envy #91AE96

Color information

#91AE96 (or 0x91AE96) is unknown color: approx Envy. HEX triplet: 91, AE and 96. RGB value is (145,174,150). Sum of RGB (Red+Green+Blue) = 145+174+150=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #91AE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AE96 is #6E5169. Grayscale: #A2A2A2. Windows color (decimal): -7229802 or 9875089. OLE color: 9875089.

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

Color convert

RGB145174150-
CMYK0.1700.140.32
HSL130.34º15.18%62.55%-
HSV(B)130.34º16.67%68.24%-
XYZ32.3238.4934.58-
YUV162.59120.89115.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.92%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=30.92%
G=37.10%
B=31.98%

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
Decimal1451741500.1700.140.32130.3415.1862.55
Hex91AE96110E2082f3f
Octal22125622621016402021777
Binary1001000110101110100101101000101110100000100000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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