Html Css Color HEX #89A480 Amulet

📋 copy color: '#89A480'

red 137 ◦ green 164 ◦ blue 128

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

Shades of Amulet #89A480

Tints of Amulet #89A480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.84%

R = 31.93%
G = 38.23%
B = 29.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#89A480 (or 0x89A480) is known color: Amulet. HEX triplet: 89, A4 and 80. RGB value is (137,164,128). Sum of RGB (Red+Green+Blue) = 137+164+128=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 164 - color contains mainly: green. Hex color #89A480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A480 is #765B7F. Grayscale: #979797. Windows color (decimal): -7756672 or 8430729. OLE color: 8430729.

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

Color convert

RGB 137 164 128 -
CMYK 0.16 0 0.22 0.36
HSL 105º 0.17% 0.57% -
HSV(B) 105º 0.22% 0.64% -
XYZ 27.49 33.43 25.43 -
YUV 151.82 114.55 117.43 -
System Red Green Blue C M Y K H S L
Decimal 137 164 128 0.16 0 0.22 0.36 105 0.17 0.57
Hex 89 A4 80 10 0 16 24 69 11 39
Octal 211 244 200 20 0 26 44 151 21 71
Binary 10001001 10100100 10000000 10000 0 10110 100100 1101001 10001 111001

Color Harmonies of #89A480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A480

Black with #89A480

Text Example


Text Example

White with #89A480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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