Html Css Color HEX #889E72 Amulet

📋 copy color: '#889E72'

red 136 ◦ green 158 ◦ blue 114

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

Shades of Amulet #889E72

Tints of Amulet #889E72

RGB

 RED value IS 136 (53.52% from 255) = 33.33%

 GREEN value IS 158 (62.11% from 255) = 38.73%

 BLUE value IS 114 (44.92% from 255) = 27.94%

R = 33.33%
G = 38.73%
B = 27.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#889E72 (or 0x889E72) is known color: Amulet. HEX triplet: 88, 9E and 72. RGB value is (136,158,114). Sum of RGB (Red+Green+Blue) = 136+158+114=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 158 - color contains mainly: green. Hex color #889E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889E72 is #77618D. Grayscale: #929292. Windows color (decimal): -7823758 or 7511688. OLE color: 7511688.

HSL color Cylindrical-coordinate representation of color #889E72: hue angle of 90º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #889E72 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 158 114 -
CMYK 0.14 0 0.28 0.38
HSL 90º 0.18% 0.53% -
HSV(B) 90º 0.28% 0.62% -
XYZ 25.42 30.9 20.54 -
YUV 146.41 109.71 120.58 -
System Red Green Blue C M Y K H S L
Decimal 136 158 114 0.14 0 0.28 0.38 90 0.18 0.53
Hex 88 9E 72 E 0 1C 26 5A 12 35
Octal 210 236 162 16 0 34 46 132 22 65
Binary 10001000 10011110 1110010 1110 0 11100 100110 1011010 10010 110101

Color Harmonies of #889E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889E72

Black with #889E72

Text Example


Text Example

White with #889E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889E72; }

 p { color: rgb(136,158,114); }

 H1.HeaderClassName
 {
   color: #889E72;
 }
 .AnyTagClassName
 {
   color: #889E72;
 }
</style>

background-color css

<style>
 a { background-color: #889E72; }

 a { background-color: rgb(136,158,114); }

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

border-color css

<style>
 span { border-color: #889E72; }

 span { border-color: rgb(136,158,114); }

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