#8CA48D

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

Shades of Pewter #8CA48D

Tints of Pewter #8CA48D

Color information

#8CA48D (or 0x8CA48D) is unknown color: approx Pewter. HEX triplet: 8C, A4 and 8D. RGB value is (140,164,141). Sum of RGB (Red+Green+Blue) = 140+164+141=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA48D is #735B72. Grayscale: #9A9A9A. Windows color (decimal): -7560051 or 9282700. OLE color: 9282700.

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

Color convert

RGB140164141-
CMYK0.1500.140.36
HSL122.5º11.65%59.61%-
HSV(B)122.5º14.63%64.31%-
XYZ28.934.0530.25-
YUV154.2120.55117.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.46%
GREEN value IS 164 (64.45% from 255) = 36.85%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=31.46%
G=36.85%
B=31.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401641410.1500.140.36122.511.6559.61
Hex8CA48DF0E247ac3c
Octal21424421517016441721474
Binary10001100101001001000110111110111010010011110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,164,141); }

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

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

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

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

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

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

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