#89A276

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

Shades of Amulet #89A276

Tints of Amulet #89A276

Color information

#89A276 (or 0x89A276) is unknown color: approx Amulet. HEX triplet: 89, A2 and 76. RGB value is (137,162,118). Sum of RGB (Red+Green+Blue) = 137+162+118=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #89A276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A276 is #765D89. Grayscale: #959595. Windows color (decimal): -7757194 or 7774857. OLE color: 7774857.

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

Color convert

RGB137162118-
CMYK0.1500.270.36
HSL94.09º19.13%54.9%-
HSV(B)94.09º27.16%63.53%-
XYZ26.5132.4722.01-
YUV149.51110.22119.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=32.85%
G=38.85%
B=28.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371621180.1500.270.3694.0919.1354.9
Hex89A276F01B245e1337
Octal21124216617033441362367
Binary100010011010001011101101111011011100100101111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,162,118); }

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

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

 a { background-color: rgb(137,162,118); }

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

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

 span { border-color: rgb(137,162,118); }

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