#8DA497

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

Shades of Edward #8DA497

Tints of Edward #8DA497

Color information

#8DA497 (or 0x8DA497) is unknown color: approx Edward. HEX triplet: 8D, A4 and 97. RGB value is (141,164,151). Sum of RGB (Red+Green+Blue) = 141+164+151=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA497 is #725B68. Grayscale: #9B9B9B. Windows color (decimal): -7494505 or 9938061. OLE color: 9938061.

HSL color Cylindrical-coordinate representation of color #8DA497: hue angle of 146.09º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8DA497 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB141164151-
CMYK0.1400.080.36
HSL146.09º11.22%59.8%-
HSV(B)146.09º14.02%64.31%-
XYZ29.8534.4534.35-
YUV155.64125.38117.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 151 (59.38% from 255) = 33.11%
R=30.92%
G=35.96%
B=33.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411641510.1400.080.36146.0911.2259.8
Hex8DA497E082492b3c
Octal21524422716010442221374
Binary100011011010010010010111111001000100100100100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA497; }

 p { color: rgb(141,164,151); }

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

<style>
 a { background-color: #8DA497; }

 a { background-color: rgb(141,164,151); }

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

<style>
 span { border-color: #8DA497; }

 span { border-color: rgb(141,164,151); }

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