#899C91

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

Shades of Edward #899C91

Tints of Edward #899C91

Color information

#899C91 (or 0x899C91) is unknown color: approx Edward. HEX triplet: 89, 9C and 91. RGB value is (137,156,145). Sum of RGB (Red+Green+Blue) = 137+156+145=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 156 - color contains mainly: green. Hex color #899C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C91 is #76636E. Grayscale: #959595. Windows color (decimal): -7758703 or 9542793. OLE color: 9542793.

HSL color Cylindrical-coordinate representation of color #899C91: hue angle of 145.26º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899C91 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB137156145-
CMYK0.1200.070.39
HSL145.26º8.76%57.45%-
HSV(B)145.26º12.18%61.18%-
XYZ27.3231.1431.36-
YUV149.06125.71119.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.28%
GREEN value IS 156 (61.33% from 255) = 35.62%
BLUE value IS 145 (57.03% from 255) = 33.11%
R=31.28%
G=35.62%
B=33.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371561450.1200.070.39145.268.7657.45
Hex899C91C072791939
Octal2112342211407472211171
Binary10001001100111001001000111000111100111100100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899C91; }

 p { color: rgb(137,156,145); }

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

<style>
 a { background-color: #899C91; }

 a { background-color: rgb(137,156,145); }

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

<style>
 span { border-color: #899C91; }

 span { border-color: rgb(137,156,145); }

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