Html Css Color HEX #89A471 Amulet

📋 copy color: '#89A471'

red 137 ◦ green 164 ◦ blue 113

#89A471
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #89A471

Tints of Amulet #89A471

RGB

 RED value IS 137 (53.91% from 255) = 33.09%

 GREEN value IS 164 (64.45% from 255) = 39.61%

 BLUE value IS 113 (44.53% from 255) = 27.29%

R = 33.09%
G = 39.61%
B = 27.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#89A471 (or 0x89A471) is known color: Amulet. HEX triplet: 89, A4 and 71. RGB value is (137,164,113). Sum of RGB (Red+Green+Blue) = 137+164+113=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #89A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A471 is #765B8E. Grayscale: #969696. Windows color (decimal): -7756687 or 7447689. OLE color: 7447689.

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

Color convert

RGB 137 164 113 -
CMYK 0.16 0 0.31 0.36
HSL 91.76º 0.22% 0.54% -
HSV(B) 91.76º 0.31% 0.64% -
XYZ 26.57 33.06 20.6 -
YUV 150.11 107.05 118.65 -
System Red Green Blue C M Y K H S L
Decimal 137 164 113 0.16 0 0.31 0.36 91.76 0.22 0.54
Hex 89 A4 71 10 0 1F 24 5C 16 36
Octal 211 244 161 20 0 37 44 134 26 66
Binary 10001001 10100100 1110001 10000 0 11111 100100 1011100 10110 110110

Color Harmonies of #89A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A471

Black with #89A471

Text Example


Text Example

White with #89A471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,164,113); }

 H1.HeaderClassName
 {
   color: #89A471;
 }
 .AnyTagClassName
 {
   color: #89A471;
 }
</style>

background-color css

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

 a { background-color: rgb(137,164,113); }

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

border-color css

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

 span { border-color: rgb(137,164,113); }

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