#89A37B

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

Shades of Amulet #89A37B

Tints of Amulet #89A37B

Color information

#89A37B (or 0x89A37B) is unknown color: approx Amulet. HEX triplet: 89, A3 and 7B. RGB value is (137,163,123). Sum of RGB (Red+Green+Blue) = 137+163+123=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #89A37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A37B is #765C84. Grayscale: #969696. Windows color (decimal): -7756933 or 8102793. OLE color: 8102793.

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

Color convert

RGB137163123-
CMYK0.1600.250.36
HSL99º17.86%56.08%-
HSV(B)99º24.54%63.92%-
XYZ26.9932.9423.68-
YUV150.67112.39118.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.39%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=32.39%
G=38.53%
B=29.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371631230.1600.250.369917.8656.08
Hex89A37B1001924631238
Octal21124317320031441432270
Binary1000100110100011111101110000011001100100110001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,163,123); }

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

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

 a { background-color: rgb(137,163,123); }

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

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

 span { border-color: rgb(137,163,123); }

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