#89A188

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

Shades of Pewter #89A188

Tints of Pewter #89A188

Color information

#89A188 (or 0x89A188) is unknown color: approx Pewter. HEX triplet: 89, A1 and 88. RGB value is (137,161,136). Sum of RGB (Red+Green+Blue) = 137+161+136=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 161 - color contains mainly: green. Hex color #89A188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A188 is #765E77. Grayscale: #979797. Windows color (decimal): -7757432 or 8954249. OLE color: 8954249.

HSL color Cylindrical-coordinate representation of color #89A188: hue angle of 117.6º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89A188 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB137161136-
CMYK0.1500.160.37
HSL117.6º11.74%58.24%-
HSV(B)117.6º15.53%63.14%-
XYZ27.5132.5928.13-
YUV150.97119.55118.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.57%
GREEN value IS 161 (63.28% from 255) = 37.10%
BLUE value IS 136 (53.52% from 255) = 31.34%
R=31.57%
G=37.10%
B=31.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1371611360.1500.160.37117.611.7458.24
Hex89A188F0102576c3a
Octal21124121017020451661472
Binary100010011010000110001000111101000010010111101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,161,136); }

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

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

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

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

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

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

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