#8BA08A

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

Shades of Pewter #8BA08A

Tints of Pewter #8BA08A

Color information

#8BA08A (or 0x8BA08A) is unknown color: approx Pewter. HEX triplet: 8B, A0 and 8A. RGB value is (139,160,138). Sum of RGB (Red+Green+Blue) = 139+160+138=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA08A is #745F75. Grayscale: #979797. Windows color (decimal): -7626614 or 9085067. OLE color: 9085067.

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

Color convert

RGB139160138-
CMYK0.1300.140.37
HSL117.27º10.38%58.43%-
HSV(B)117.27º13.75%62.75%-
XYZ27.8132.4728.85-
YUV151.21120.54119.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=31.81%
G=36.61%
B=31.58%

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
Decimal1391601380.1300.140.37117.2710.3858.43
Hex8BA08AD0E2575a3a
Octal21324021215016451651272
Binary10001011101000001000101011010111010010111101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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