Html Css Color HEX #8DA497 Edward

📋 copy color: '#8DA497'

red 141 ◦ green 164 ◦ blue 151

#8DA497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #8DA497

Tints of Edward #8DA497

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 value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#8DA497 (or 0x8DA497) is known color: 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

RGB 141 164 151 -
CMYK 0.14 0 0.08 0.36
HSL 146.09º 0.11% 0.6% -
HSV(B) 146.09º 0.14% 0.64% -
XYZ 29.85 34.45 34.35 -
YUV 155.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 141 164 151 0.14 0 0.08 0.36 146.09 0.11 0.6
Hex 8D A4 97 E 0 8 24 92 B 3C
Octal 215 244 227 16 0 10 44 222 13 74
Binary 10001101 10100100 10010111 1110 0 1000 100100 10010010 1011 111100

Color Harmonies of #8DA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA497

Black with #8DA497

Text Example


Text Example

White with #8DA497

Text Example


Text Example

HTML Codes & Css Web 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>