#8CA18B

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

Shades of Pewter #8CA18B

Tints of Pewter #8CA18B

Color information

#8CA18B (or 0x8CA18B) is unknown color: approx Pewter. HEX triplet: 8C, A1 and 8B. RGB value is (140,161,139). Sum of RGB (Red+Green+Blue) = 140+161+139=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA18B is #735E74. Grayscale: #989898. Windows color (decimal): -7560821 or 9150860. OLE color: 9150860.

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

Color convert

RGB140161139-
CMYK0.1300.140.37
HSL117.27º10.48%58.82%-
HSV(B)117.27º13.66%63.14%-
XYZ28.2232.9329.29-
YUV152.21120.54119.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.82%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=31.82%
G=36.59%
B=31.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1401611390.1300.140.37117.2710.4858.82
Hex8CA18BD0E2575a3b
Octal21424121315016451651273
Binary10001100101000011000101111010111010010111101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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