#8BA18B

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

Shades of Pewter #8BA18B

Tints of Pewter #8BA18B

Color information

#8BA18B (or 0x8BA18B) is unknown color: approx Pewter. HEX triplet: 8B, A1 and 8B. RGB value is (139,161,139). Sum of RGB (Red+Green+Blue) = 139+161+139=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA18B is #745E74. Grayscale: #979797. Windows color (decimal): -7626357 or 9150859. OLE color: 9150859.

HSL color Cylindrical-coordinate representation of color #8BA18B: hue angle of 120º 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 #8BA18B is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB139161139-
CMYK0.1400.140.37
HSL120º10.48%58.82%-
HSV(B)120º13.66%63.14%-
XYZ28.0532.8429.29-
YUV151.91120.71118.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.66%
GREEN value IS 161 (63.28% from 255) = 36.67%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=31.66%
G=36.67%
B=31.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1391611390.1400.140.3712010.4858.82
Hex8BA18BE0E2578a3b
Octal21324121316016451701273
Binary10001011101000011000101111100111010010111110001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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