Html Css Color HEX #89B475 Amulet

📋 copy color: '#89B475'

red 137 ◦ green 180 ◦ blue 117

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

Shades of Amulet #89B475

Tints of Amulet #89B475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.96%

R = 31.57%
G = 41.47%
B = 26.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#89B475 (or 0x89B475) is known color: Amulet. HEX triplet: 89, B4 and 75. RGB value is (137,180,117). Sum of RGB (Red+Green+Blue) = 137+180+117=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #89B475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89B475 is #764B8A. Grayscale: #A0A0A0. Windows color (decimal): -7752587 or 7713929. OLE color: 7713929.

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

Color convert

RGB 137 180 117 -
CMYK 0.24 0 0.35 0.29
HSL 100.95º 0.3% 0.58% -
HSV(B) 100.95º 0.35% 0.71% -
XYZ 29.85 39.25 22.83 -
YUV 159.96 103.75 111.62 -
System Red Green Blue C M Y K H S L
Decimal 137 180 117 0.24 0 0.35 0.29 100.95 0.3 0.58
Hex 89 B4 75 18 0 23 1D 65 1E 3A
Octal 211 264 165 30 0 43 35 145 36 72
Binary 10001001 10110100 1110101 11000 0 100011 11101 1100101 11110 111010

Color Harmonies of #89B475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B475

Black with #89B475

Text Example


Text Example

White with #89B475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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