#91A495

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

Shades of Edward #91A495

Tints of Edward #91A495

Color information

#91A495 (or 0x91A495) is unknown color: approx Edward. HEX triplet: 91, A4 and 95. RGB value is (145,164,149). Sum of RGB (Red+Green+Blue) = 145+164+149=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 164 - color contains mainly: green. Hex color #91A495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A495 is #6E5B6A. Grayscale: #9C9C9C. Windows color (decimal): -7232363 or 9806993. OLE color: 9806993.

HSL color Cylindrical-coordinate representation of color #91A495: hue angle of 132.63º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #91A495 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB145164149-
CMYK0.1200.090.36
HSL132.63º9.45%60.59%-
HSV(B)132.63º11.59%64.31%-
XYZ30.3834.7433.54-
YUV156.61123.71119.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.66%
GREEN value IS 164 (64.45% from 255) = 35.81%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=31.66%
G=35.81%
B=32.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451641490.1200.090.36132.639.4560.59
Hex91A495C09248593d
Octal22124422514011442051175
Binary100100011010010010010101110001001100100100001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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