#8CA48B

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

Shades of Pewter #8CA48B

Tints of Pewter #8CA48B

Color information

#8CA48B (or 0x8CA48B) is unknown color: approx Pewter. HEX triplet: 8C, A4 and 8B. RGB value is (140,164,139). Sum of RGB (Red+Green+Blue) = 140+164+139=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA48B is #735B74. Grayscale: #9A9A9A. Windows color (decimal): -7560053 or 9151628. OLE color: 9151628.

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

Color convert

RGB140164139-
CMYK0.1500.150.36
HSL117.6º12.08%59.41%-
HSV(B)117.6º15.24%64.31%-
XYZ28.7533.9929.47-
YUV153.97119.55118.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.60%
GREEN value IS 164 (64.45% from 255) = 37.02%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=31.60%
G=37.02%
B=31.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401641390.1500.150.36117.612.0859.41
Hex8CA48BF0F2476c3b
Octal21424421317017441661473
Binary10001100101001001000101111110111110010011101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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