#91A799

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

Shades of Edward #91A799

Tints of Edward #91A799

Color information

#91A799 (or 0x91A799) is unknown color: approx Edward. HEX triplet: 91, A7 and 99. RGB value is (145,167,153). Sum of RGB (Red+Green+Blue) = 145+167+153=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 167 - color contains mainly: green. Hex color #91A799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A799 is #6E5866. Grayscale: #9E9E9E. Windows color (decimal): -7231591 or 10069905. OLE color: 10069905.

HSL color Cylindrical-coordinate representation of color #91A799: hue angle of 141.82º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #91A799 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB145167153-
CMYK0.1300.080.35
HSL141.82º11.11%61.18%-
HSV(B)141.82º13.17%65.49%-
XYZ31.2535.9635.43-
YUV158.83124.71118.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.18%
GREEN value IS 167 (65.62% from 255) = 35.91%
BLUE value IS 153 (60.16% from 255) = 32.90%
R=31.18%
G=35.91%
B=32.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1451671530.1300.080.35141.8211.1161.18
Hex91A799D08238eb3d
Octal22124723115010432161375
Binary100100011010011110011001110101000100011100011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,167,153); }

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

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

 a { background-color: rgb(145,167,153); }

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

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

 span { border-color: rgb(145,167,153); }

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