#8BAB8A

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

Shades of Pewter #8BAB8A

Tints of Pewter #8BAB8A

Color information

#8BAB8A (or 0x8BAB8A) is unknown color: approx Pewter. HEX triplet: 8B, AB and 8A. RGB value is (139,171,138). Sum of RGB (Red+Green+Blue) = 139+171+138=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAB8A is #745475. Grayscale: #9D9D9D. Windows color (decimal): -7623798 or 9087883. OLE color: 9087883.

HSL color Cylindrical-coordinate representation of color #8BAB8A: hue angle of 118.18º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BAB8A is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB139171138-
CMYK0.1900.190.33
HSL118.18º16.42%60.59%-
HSV(B)118.18º19.3%67.06%-
XYZ29.836.4529.51-
YUV157.67116.9114.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.03%
GREEN value IS 171 (67.19% from 255) = 38.17%
BLUE value IS 138 (54.30% from 255) = 30.80%
R=31.03%
G=38.17%
B=30.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391711380.1900.190.33118.1816.4260.59
Hex8BAB8A130132176103d
Octal21325321223023411662075
Binary10001011101010111000101010011010011100001111011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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