#89A471

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

Shades of Amulet #89A471

Tints of Amulet #89A471

Color information

#89A471 (or 0x89A471) is unknown color: approx Amulet. HEX triplet: 89, A4 and 71. RGB value is (137,164,113). Sum of RGB (Red+Green+Blue) = 137+164+113=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #89A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A471 is #765B8E. Grayscale: #969696. Windows color (decimal): -7756687 or 7447689. OLE color: 7447689.

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

Color convert

RGB137164113-
CMYK0.1600.310.36
HSL91.76º21.89%54.31%-
HSV(B)91.76º31.1%64.31%-
XYZ26.5733.0620.6-
YUV150.11107.05118.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 164 (64.45% from 255) = 39.61%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=33.09%
G=39.61%
B=27.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371641130.1600.310.3691.7621.8954.31
Hex89A4711001F245c1636
Octal21124416120037441342666
Binary1000100110100100111000110000011111100100101110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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