Html Css Color HEX #89B476 Amulet

📋 copy color: '#89B476'

red 137 ◦ green 180 ◦ blue 118

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

Shades of Amulet #89B476

Tints of Amulet #89B476

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.38%

 BLUE value IS 118 (46.48% from 255) = 27.13%

R = 31.49%
G = 41.38%
B = 27.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#89B476 (or 0x89B476) is known color: Amulet. HEX triplet: 89, B4 and 76. RGB value is (137,180,118). Sum of RGB (Red+Green+Blue) = 137+180+118=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #89B476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89B476 is #764B89. Grayscale: #A0A0A0. Windows color (decimal): -7752586 or 7779465. OLE color: 7779465.

HSL color Cylindrical-coordinate representation of color #89B476: hue angle of 101.61º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89B476 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 180 118 -
CMYK 0.24 0 0.34 0.29
HSL 101.61º 0.29% 0.58% -
HSV(B) 101.61º 0.34% 0.71% -
XYZ 29.91 39.27 23.14 -
YUV 160.08 104.25 111.54 -
System Red Green Blue C M Y K H S L
Decimal 137 180 118 0.24 0 0.34 0.29 101.61 0.29 0.58
Hex 89 B4 76 18 0 22 1D 66 1D 3A
Octal 211 264 166 30 0 42 35 146 35 72
Binary 10001001 10110100 1110110 11000 0 100010 11101 1100110 11101 111010

Color Harmonies of #89B476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B476

Black with #89B476

Text Example


Text Example

White with #89B476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,180,118); }

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

background-color css

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

 a { background-color: rgb(137,180,118); }

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

border-color css

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

 span { border-color: rgb(137,180,118); }

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