#8EA38D

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

Shades of Pewter #8EA38D

Tints of Pewter #8EA38D

Color information

#8EA38D (or 0x8EA38D) is unknown color: approx Pewter. HEX triplet: 8E, A3 and 8D. RGB value is (142,163,141). Sum of RGB (Red+Green+Blue) = 142+163+141=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA38D is #715C72. Grayscale: #9A9A9A. Windows color (decimal): -7429235 or 9282446. OLE color: 9282446.

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

Color convert

RGB142163141-
CMYK0.1300.130.36
HSL117.27º10.68%59.61%-
HSV(B)117.27º13.5%63.92%-
XYZ29.0633.8730.2-
YUV154.21120.54119.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.84%
GREEN value IS 163 (64.06% from 255) = 36.55%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=31.84%
G=36.55%
B=31.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421631410.1300.130.36117.2710.6859.61
Hex8EA38DD0D2475b3c
Octal21624321515015441651374
Binary10001110101000111000110111010110110010011101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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