Html Css Color HEX #89A380 Amulet

📋 copy color: '#89A380'

red 137 ◦ green 163 ◦ blue 128

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

Shades of Amulet #89A380

Tints of Amulet #89A380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.08%

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

R = 32.01%
G = 38.08%
B = 29.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#89A380 (or 0x89A380) is known color: Amulet. HEX triplet: 89, A3 and 80. RGB value is (137,163,128). Sum of RGB (Red+Green+Blue) = 137+163+128=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 163 - color contains mainly: green. Hex color #89A380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A380 is #765C7F. Grayscale: #979797. Windows color (decimal): -7756928 or 8430473. OLE color: 8430473.

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

Color convert

RGB 137 163 128 -
CMYK 0.16 0 0.21 0.36
HSL 104.57º 0.16% 0.57% -
HSV(B) 104.57º 0.21% 0.64% -
XYZ 27.31 33.07 25.37 -
YUV 151.24 114.89 117.85 -
System Red Green Blue C M Y K H S L
Decimal 137 163 128 0.16 0 0.21 0.36 104.57 0.16 0.57
Hex 89 A3 80 10 0 15 24 69 10 39
Octal 211 243 200 20 0 25 44 151 20 71
Binary 10001001 10100011 10000000 10000 0 10101 100100 1101001 10000 111001

Color Harmonies of #89A380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A380

Black with #89A380

Text Example


Text Example

White with #89A380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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