#91AC97

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

Shades of Edward #91AC97

Tints of Edward #91AC97

Color information

#91AC97 (or 0x91AC97) is unknown color: approx Edward. HEX triplet: 91, AC and 97. RGB value is (145,172,151). Sum of RGB (Red+Green+Blue) = 145+172+151=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 172 - color contains mainly: green. Hex color #91AC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AC97 is #6E5368. Grayscale: #A1A1A1. Windows color (decimal): -7230313 or 9940113. OLE color: 9940113.

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

Color convert

RGB145172151-
CMYK0.1600.120.33
HSL133.33º13.99%62.16%-
HSV(B)133.33º15.7%67.45%-
XYZ32.0237.7634.88-
YUV161.53122.05116.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.98%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=30.98%
G=36.75%
B=32.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451721510.1600.120.33133.3313.9962.16
Hex91AC97100C2185e3e
Octal22125422720014412051676
Binary1001000110101100100101111000001100100001100001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,172,151); }

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

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

 a { background-color: rgb(145,172,151); }

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

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

 span { border-color: rgb(145,172,151); }

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