#8DA595

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

Shades of Edward #8DA595

Tints of Edward #8DA595

Color information

#8DA595 (or 0x8DA595) is unknown color: approx Edward. HEX triplet: 8D, A5 and 95. RGB value is (141,165,149). Sum of RGB (Red+Green+Blue) = 141+165+149=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA595 is #725A6A. Grayscale: #9C9C9C. Windows color (decimal): -7494251 or 9807245. OLE color: 9807245.

HSL color Cylindrical-coordinate representation of color #8DA595: hue angle of 140º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8DA595 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB141165149-
CMYK0.1500.100.35
HSL140º11.76%60%-
HSV(B)140º14.55%64.71%-
XYZ29.8634.7433.57-
YUV156124.05117.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.99%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=30.99%
G=36.26%
B=32.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1411651490.1500.100.3514011.7660
Hex8DA595F0A238cc3c
Octal21524522517012432141474
Binary100011011010010110010101111101010100011100011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,165,149); }

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

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

 a { background-color: rgb(141,165,149); }

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

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

 span { border-color: rgb(141,165,149); }

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