#8BA58A

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

Shades of Pewter #8BA58A

Tints of Pewter #8BA58A

Color information

#8BA58A (or 0x8BA58A) is unknown color: approx Pewter. HEX triplet: 8B, A5 and 8A. RGB value is (139,165,138). Sum of RGB (Red+Green+Blue) = 139+165+138=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA58A is #745A75. Grayscale: #9A9A9A. Windows color (decimal): -7625334 or 9086347. OLE color: 9086347.

HSL color Cylindrical-coordinate representation of color #8BA58A: hue angle of 117.78º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8BA58A is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB139165138-
CMYK0.1600.160.35
HSL117.78º13.04%59.41%-
HSV(B)117.78º16.36%64.71%-
XYZ28.6934.2329.14-
YUV154.15118.89117.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.45%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=31.45%
G=37.33%
B=31.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1391651380.1600.160.35117.7813.0459.41
Hex8BA58A100102376d3b
Octal21324521220020431661573
Binary1000101110100101100010101000001000010001111101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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