#8EA98D

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

Shades of Pewter #8EA98D

Tints of Pewter #8EA98D

Color information

#8EA98D (or 0x8EA98D) is unknown color: approx Pewter. HEX triplet: 8E, A9 and 8D. RGB value is (142,169,141). Sum of RGB (Red+Green+Blue) = 142+169+141=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA98D is #715672. Grayscale: #9D9D9D. Windows color (decimal): -7427699 or 9283982. OLE color: 9283982.

HSL color Cylindrical-coordinate representation of color #8EA98D: hue angle of 117.86º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EA98D is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB142169141-
CMYK0.1600.170.34
HSL117.86º14%60.78%-
HSV(B)117.86º16.57%66.27%-
XYZ30.1536.0530.57-
YUV157.74118.55116.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.42%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 141 (55.47% from 255) = 31.19%
R=31.42%
G=37.39%
B=31.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1421691410.1600.170.34117.861460.78
Hex8EA98D100112276e3d
Octal21625121520021421661675
Binary1000111010101001100011011000001000110001011101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,169,141); }

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

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

 a { background-color: rgb(142,169,141); }

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

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

 span { border-color: rgb(142,169,141); }

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