Html Css Color HEX #889580 Amulet

📋 copy color: '#889580'

red 136 ◦ green 149 ◦ blue 128

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

Shades of Amulet #889580

Tints of Amulet #889580

RGB

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

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

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

R = 32.93%
G = 36.08%
B = 30.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#889580 (or 0x889580) is known color: Amulet. HEX triplet: 88, 95 and 80. RGB value is (136,149,128). Sum of RGB (Red+Green+Blue) = 136+149+128=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #889580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889580 is #776A7F. Grayscale: #8E8E8E. Windows color (decimal): -7826048 or 8426888. OLE color: 8426888.

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

Color convert

RGB 136 149 128 -
CMYK 0.09 0 0.14 0.42
HSL 97.14º 0.09% 0.54% -
HSV(B) 97.14º 0.14% 0.58% -
XYZ 24.8 28.29 24.58 -
YUV 142.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 136 149 128 0.09 0 0.14 0.42 97.14 0.09 0.54
Hex 88 95 80 9 0 E 2A 61 9 36
Octal 210 225 200 11 0 16 52 141 11 66
Binary 10001000 10010101 10000000 1001 0 1110 101010 1100001 1001 110110

Color Harmonies of #889580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889580

Black with #889580

Text Example


Text Example

White with #889580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889580; }

 p { color: rgb(136,149,128); }

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

background-color css

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

 a { background-color: rgb(136,149,128); }

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

border-color css

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

 span { border-color: rgb(136,149,128); }

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