#89B478

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

Shades of Amulet #89B478

Tints of Amulet #89B478

Color information

#89B478 (or 0x89B478) is unknown color: approx Amulet. HEX triplet: 89, B4 and 78. RGB value is (137,180,120). Sum of RGB (Red+Green+Blue) = 137+180+120=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #89B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89B478 is #764B87. Grayscale: #A0A0A0. Windows color (decimal): -7752584 or 7910537. OLE color: 7910537.

HSL color Cylindrical-coordinate representation of color #89B478: hue angle of 103º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89B478 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB137180120-
CMYK0.2400.330.29
HSL103º28.57%58.82%-
HSV(B)103º33.33%70.59%-
XYZ30.0339.3223.78-
YUV160.3105.25111.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.35%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 120 (47.27% from 255) = 27.46%
R=31.35%
G=41.19%
B=27.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371801200.2400.330.2910328.5758.82
Hex89B478180211D671d3b
Octal21126417030041351473573
Binary1000100110110100111100011000010000111101110011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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