#89A480

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

Shades of Amulet #89A480

Tints of Amulet #89A480

Color information

#89A480 (or 0x89A480) is unknown color: approx Amulet. HEX triplet: 89, A4 and 80. RGB value is (137,164,128). Sum of RGB (Red+Green+Blue) = 137+164+128=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 164 - color contains mainly: green. Hex color #89A480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A480 is #765B7F. Grayscale: #979797. Windows color (decimal): -7756672 or 8430729. OLE color: 8430729.

HSL color Cylindrical-coordinate representation of color #89A480: hue angle of 105º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89A480 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB137164128-
CMYK0.1600.220.36
HSL105º16.51%57.25%-
HSV(B)105º21.95%64.31%-
XYZ27.4933.4325.43-
YUV151.82114.55117.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.93%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=31.93%
G=38.23%
B=29.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371641280.1600.220.3610516.5157.25
Hex89A4801001624691139
Octal21124420020026441512171
Binary10001001101001001000000010000010110100100110100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,164,128); }

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

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

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

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

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

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

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