Html Css Color HEX #89A089 Pewter

📋 copy color: '#89A089'

red 137 ◦ green 160 ◦ blue 137

#89A089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pewter #89A089

Tints of Pewter #89A089

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 value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#89A089 (or 0x89A089) is known color: 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

RGB 137 160 137 -
CMYK 0.14 0 0.14 0.37
HSL 120º 0.11% 0.58% -
HSV(B) 120º 0.14% 0.63% -
XYZ 27.4 32.27 28.45 -
YUV 150.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 137 160 137 0.14 0 0.14 0.37 120 0.11 0.58
Hex 89 A0 89 E 0 E 25 78 B 3A
Octal 211 240 211 16 0 16 45 170 13 72
Binary 10001001 10100000 10001001 1110 0 1110 100101 1111000 1011 111010

Color Harmonies of #89A089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A089

Black with #89A089

Text Example


Text Example

White with #89A089

Text Example


Text Example

HTML Codes & Css Web 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>