#8BA389

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

Shades of Pewter #8BA389

Tints of Pewter #8BA389

Color information

#8BA389 (or 0x8BA389) is unknown color: approx Pewter. HEX triplet: 8B, A3 and 89. RGB value is (139,163,137). Sum of RGB (Red+Green+Blue) = 139+163+137=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA389 is #745C76. Grayscale: #989898. Windows color (decimal): -7625847 or 9020299. OLE color: 9020299.

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

Color convert

RGB139163137-
CMYK0.1500.160.36
HSL115.38º12.38%58.82%-
HSV(B)115.38º15.95%63.92%-
XYZ28.2633.4928.64-
YUV152.86119.05118.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.66%
GREEN value IS 163 (64.06% from 255) = 37.13%
BLUE value IS 137 (53.91% from 255) = 31.21%
R=31.66%
G=37.13%
B=31.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391631370.1500.160.36115.3812.3858.82
Hex8BA389F0102473c3b
Octal21324321117020441631473
Binary100010111010001110001001111101000010010011100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,163,137); }

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

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

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

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

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

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

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