#89A478

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

Shades of Amulet #89A478

Tints of Amulet #89A478

Color information

#89A478 (or 0x89A478) is unknown color: approx Amulet. HEX triplet: 89, A4 and 78. RGB value is (137,164,120). Sum of RGB (Red+Green+Blue) = 137+164+120=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #89A478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A478 is #765B87. Grayscale: #979797. Windows color (decimal): -7756680 or 7906441. OLE color: 7906441.

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

Color convert

RGB137164120-
CMYK0.1600.270.36
HSL96.82º19.47%55.69%-
HSV(B)96.82º26.83%64.31%-
XYZ26.9833.2322.76-
YUV150.91110.55118.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 120 (47.27% from 255) = 28.50%
R=32.54%
G=38.95%
B=28.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371641200.1600.270.3696.8219.4755.69
Hex89A4781001B24611338
Octal21124417020033441412370
Binary1000100110100100111100010000011011100100110000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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