Html Css Color HEX #89957E Amulet

📋 copy color: '#89957E'

red 137 ◦ green 149 ◦ blue 126

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

Shades of Amulet #89957E

Tints of Amulet #89957E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.17%

 BLUE value IS 126 (49.61% from 255) = 30.58%

R = 33.25%
G = 36.17%
B = 30.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#89957E (or 0x89957E) is known color: Amulet. HEX triplet: 89, 95 and 7E. RGB value is (137,149,126). Sum of RGB (Red+Green+Blue) = 137+149+126=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 149 - color contains mainly: green. Hex color #89957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89957E is #766A81. Grayscale: #8E8E8E. Windows color (decimal): -7760514 or 8295817. OLE color: 8295817.

HSL color Cylindrical-coordinate representation of color #89957E: hue angle of 91.3º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89957E is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 149 126 -
CMYK 0.08 0 0.15 0.42
HSL 91.3º 0.1% 0.54% -
HSV(B) 91.3º 0.15% 0.58% -
XYZ 24.83 28.32 23.9 -
YUV 142.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 137 149 126 0.08 0 0.15 0.42 91.3 0.1 0.54
Hex 89 95 7E 8 0 F 2A 5B A 36
Octal 211 225 176 10 0 17 52 133 12 66
Binary 10001001 10010101 1111110 1000 0 1111 101010 1011011 1010 110110

Color Harmonies of #89957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89957E

Black with #89957E

Text Example


Text Example

White with #89957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89957E; }

 p { color: rgb(137,149,126); }

 H1.HeaderClassName
 {
   color: #89957E;
 }
 .AnyTagClassName
 {
   color: #89957E;
 }
</style>

background-color css

<style>
 a { background-color: #89957E; }

 a { background-color: rgb(137,149,126); }

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

border-color css

<style>
 span { border-color: #89957E; }

 span { border-color: rgb(137,149,126); }

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