#8DA88E

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

Shades of Pewter #8DA88E

Tints of Pewter #8DA88E

Color information

#8DA88E (or 0x8DA88E) is unknown color: approx Pewter. HEX triplet: 8D, A8 and 8E. RGB value is (141,168,142). Sum of RGB (Red+Green+Blue) = 141+168+142=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA88E is #725771. Grayscale: #9D9D9D. Windows color (decimal): -7493490 or 9349261. OLE color: 9349261.

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

Color convert

RGB141168142-
CMYK0.1600.150.34
HSL122.22º13.43%60.59%-
HSV(B)122.22º16.07%65.88%-
XYZ29.8735.6230.89-
YUV156.96119.55116.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.26%
GREEN value IS 168 (66.02% from 255) = 37.25%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=31.26%
G=37.25%
B=31.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1411681420.1600.150.34122.2213.4360.59
Hex8DA88E100F227ad3d
Octal21525021620017421721575
Binary100011011010100010001110100000111110001011110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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