#8BA98A

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

Shades of Pewter #8BA98A

Tints of Pewter #8BA98A

Color information

#8BA98A (or 0x8BA98A) is unknown color: approx Pewter. HEX triplet: 8B, A9 and 8A. RGB value is (139,169,138). Sum of RGB (Red+Green+Blue) = 139+169+138=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA98A is #745675. Grayscale: #9C9C9C. Windows color (decimal): -7624310 or 9087371. OLE color: 9087371.

HSL color Cylindrical-coordinate representation of color #8BA98A: hue angle of 118.06º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8BA98A is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB139169138-
CMYK0.1800.180.34
HSL118.06º15.27%60.2%-
HSV(B)118.06º18.34%66.27%-
XYZ29.4235.729.38-
YUV156.5117.56115.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.17%
GREEN value IS 169 (66.41% from 255) = 37.89%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=31.17%
G=37.89%
B=30.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1391691380.1800.180.34118.0615.2760.2
Hex8BA98A120122276f3c
Octal21325121222022421661774
Binary1000101110101001100010101001001001010001011101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,169,138); }

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

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

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

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

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

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

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