#8EA290

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

Shades of Pewter #8EA290

Tints of Pewter #8EA290

Color information

#8EA290 (or 0x8EA290) is unknown color: approx Pewter. HEX triplet: 8E, A2 and 90. RGB value is (142,162,144). Sum of RGB (Red+Green+Blue) = 142+162+144=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA290 is #715D6F. Grayscale: #9A9A9A. Windows color (decimal): -7429488 or 9478798. OLE color: 9478798.

HSL color Cylindrical-coordinate representation of color #8EA290: hue angle of 126º 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 #8EA290 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB142162144-
CMYK0.1200.110.36
HSL126º9.71%59.61%-
HSV(B)126º12.35%63.53%-
XYZ29.1133.6131.34-
YUV153.97122.37119.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.70%
GREEN value IS 162 (63.67% from 255) = 36.16%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=31.70%
G=36.16%
B=32.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421621440.1200.110.361269.7159.61
Hex8EA290C0B247ea3c
Octal21624222014013441761274
Binary10001110101000101001000011000101110010011111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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