#89A273

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

Shades of Amulet #89A273

Tints of Amulet #89A273

Color information

#89A273 (or 0x89A273) is unknown color: approx Amulet. HEX triplet: 89, A2 and 73. RGB value is (137,162,115). Sum of RGB (Red+Green+Blue) = 137+162+115=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 162 - color contains mainly: green. Hex color #89A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A273 is #765D8C. Grayscale: #959595. Windows color (decimal): -7757197 or 7578249. OLE color: 7578249.

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

Color convert

RGB137162115-
CMYK0.1500.290.36
HSL91.91º20.17%54.31%-
HSV(B)91.91º29.01%63.53%-
XYZ26.3332.421.09-
YUV149.17108.72119.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=33.09%
G=39.13%
B=27.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371621150.1500.290.3691.9120.1754.31
Hex89A273F01D245c1436
Octal21124216317035441342466
Binary100010011010001011100111111011101100100101110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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