#89A089

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

Shades of Pewter #89A089

Tints of Pewter #89A089

Color information

#89A089 (or 0x89A089) is unknown color: approx Pewter. HEX triplet: 89, A0 and 89. RGB value is (137,160,137). Sum of RGB (Red+Green+Blue) = 137+160+137=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 160 - color contains mainly: green. Hex color #89A089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A089 is #765F76. Grayscale: #969696. Windows color (decimal): -7757687 or 9019529. OLE color: 9019529.

HSL color Cylindrical-coordinate representation of color #89A089: hue angle of 120º degrees, saturation: 0.11, 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 #89A089 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB137160137-
CMYK0.1400.140.37
HSL120º10.8%58.24%-
HSV(B)120º14.37%62.75%-
XYZ27.432.2728.45-
YUV150.5120.38118.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.57%
GREEN value IS 160 (62.89% from 255) = 36.87%
BLUE value IS 137 (53.91% from 255) = 31.57%
R=31.57%
G=36.87%
B=31.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1371601370.1400.140.3712010.858.24
Hex89A089E0E2578b3a
Octal21124021116016451701372
Binary10001001101000001000100111100111010010111110001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A089; }

 p { color: rgb(137,160,137); }

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

<style>
 a { background-color: #89A089; }

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

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

<style>
 span { border-color: #89A089; }

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

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