#89A788

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

Shades of Pewter #89A788

Tints of Pewter #89A788

Color information

#89A788 (or 0x89A788) is unknown color: approx Pewter. HEX triplet: 89, A7 and 88. RGB value is (137,167,136). Sum of RGB (Red+Green+Blue) = 137+167+136=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 167 - color contains mainly: green. Hex color #89A788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A788 is #765877. Grayscale: #9A9A9A. Windows color (decimal): -7755896 or 8955785. OLE color: 8955785.

HSL color Cylindrical-coordinate representation of color #89A788: hue angle of 118.06º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89A788 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB137167136-
CMYK0.1800.190.35
HSL118.06º14.98%59.41%-
HSV(B)118.06º18.56%65.49%-
XYZ28.5834.7328.49-
YUV154.5117.56115.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.14%
GREEN value IS 167 (65.62% from 255) = 37.95%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=31.14%
G=37.95%
B=30.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1371671360.1800.190.35118.0614.9859.41
Hex89A788120132376f3b
Octal21124721022023431661773
Binary1000100110100111100010001001001001110001111101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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