Html Css Color HEX #89A478 Amulet

📋 copy color: '#89A478'

red 137 ◦ green 164 ◦ blue 120

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

Shades of Amulet #89A478

Tints of Amulet #89A478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.5%

R = 32.54%
G = 38.95%
B = 28.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#89A478 (or 0x89A478) is known color: Amulet. HEX triplet: 89, A4 and 78. RGB value is (137,164,120). Sum of RGB (Red+Green+Blue) = 137+164+120=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #89A478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A478 is #765B87. Grayscale: #979797. Windows color (decimal): -7756680 or 7906441. OLE color: 7906441.

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

Color convert

RGB 137 164 120 -
CMYK 0.16 0 0.27 0.36
HSL 96.82º 0.19% 0.56% -
HSV(B) 96.82º 0.27% 0.64% -
XYZ 26.98 33.23 22.76 -
YUV 150.91 110.55 118.08 -
System Red Green Blue C M Y K H S L
Decimal 137 164 120 0.16 0 0.27 0.36 96.82 0.19 0.56
Hex 89 A4 78 10 0 1B 24 61 13 38
Octal 211 244 170 20 0 33 44 141 23 70
Binary 10001001 10100100 1111000 10000 0 11011 100100 1100001 10011 111000

Color Harmonies of #89A478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A478

Black with #89A478

Text Example


Text Example

White with #89A478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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