#8EA28E

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

Shades of Pewter #8EA28E

Tints of Pewter #8EA28E

Color information

#8EA28E (or 0x8EA28E) is unknown color: approx Pewter. HEX triplet: 8E, A2 and 8E. RGB value is (142,162,142). Sum of RGB (Red+Green+Blue) = 142+162+142=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA28E is #715D71. Grayscale: #999999. Windows color (decimal): -7429490 or 9347726. OLE color: 9347726.

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

Color convert

RGB142162142-
CMYK0.1200.120.36
HSL120º9.71%59.61%-
HSV(B)120º12.35%63.53%-
XYZ28.9633.5430.54-
YUV153.74121.37119.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.84%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=31.84%
G=36.32%
B=31.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421621420.1200.120.361209.7159.61
Hex8EA28EC0C2478a3c
Octal21624221614014441701274
Binary10001110101000101000111011000110010010011110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,162,142); }

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

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

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

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

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

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

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