#89A97C

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

Shades of Amulet #89A97C

Tints of Amulet #89A97C

Color information

#89A97C (or 0x89A97C) is unknown color: approx Amulet. HEX triplet: 89, A9 and 7C. RGB value is (137,169,124). Sum of RGB (Red+Green+Blue) = 137+169+124=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 169 - color contains mainly: green. Hex color #89A97C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A97C is #765683. Grayscale: #9A9A9A. Windows color (decimal): -7755396 or 8169865. OLE color: 8169865.

HSL color Cylindrical-coordinate representation of color #89A97C: hue angle of 102.67º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89A97C is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB137169124-
CMYK0.1900.270.34
HSL102.67º20.74%57.45%-
HSV(B)102.67º26.63%66.27%-
XYZ28.1435.1524.37-
YUV154.3110.9115.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.86%
GREEN value IS 169 (66.41% from 255) = 39.30%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=31.86%
G=39.30%
B=28.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1371691240.1900.270.34102.6720.7457.45
Hex89A97C1301B22671539
Octal21125117423033421472571
Binary1000100110101001111110010011011011100010110011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,169,124); }

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

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

 a { background-color: rgb(137,169,124); }

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

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

 span { border-color: rgb(137,169,124); }

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