#8BA28B

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

Shades of Pewter #8BA28B

Tints of Pewter #8BA28B

Color information

#8BA28B (or 0x8BA28B) is unknown color: approx Pewter. HEX triplet: 8B, A2 and 8B. RGB value is (139,162,139). Sum of RGB (Red+Green+Blue) = 139+162+139=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA28B is #745D74. Grayscale: #989898. Windows color (decimal): -7626101 or 9151115. OLE color: 9151115.

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

Color convert

RGB139162139-
CMYK0.1400.140.36
HSL120º11%59.02%-
HSV(B)120º14.2%63.53%-
XYZ28.2333.1929.35-
YUV152.5120.38118.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.59%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=31.59%
G=36.82%
B=31.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391621390.1400.140.361201159.02
Hex8BA28BE0E2478b3b
Octal21324221316016441701373
Binary10001011101000101000101111100111010010011110001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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