#8DA28D

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

Shades of Pewter #8DA28D

Tints of Pewter #8DA28D

Color information

#8DA28D (or 0x8DA28D) is unknown color: approx Pewter. HEX triplet: 8D, A2 and 8D. RGB value is (141,162,141). Sum of RGB (Red+Green+Blue) = 141+162+141=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA28D is #725D72. Grayscale: #999999. Windows color (decimal): -7495027 or 9282189. OLE color: 9282189.

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

Color convert

RGB141162141-
CMYK0.1300.130.36
HSL120º10.14%59.41%-
HSV(B)120º12.96%63.53%-
XYZ28.7133.4330.14-
YUV153.33121.04119.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.76%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=31.76%
G=36.49%
B=31.76%

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
Decimal1411621410.1300.130.3612010.1459.41
Hex8DA28DD0D2478a3b
Octal21524221515015441701273
Binary10001101101000101000110111010110110010011110001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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