Html Css Color HEX #889584 Amulet

📋 copy color: '#889584'

red 136 ◦ green 149 ◦ blue 132

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

Shades of Amulet #889584

Tints of Amulet #889584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.65%

R = 32.61%
G = 35.73%
B = 31.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#889584 (or 0x889584) is known color: Amulet. HEX triplet: 88, 95 and 84. RGB value is (136,149,132). Sum of RGB (Red+Green+Blue) = 136+149+132=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 149 - color contains mainly: green. Hex color #889584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889584 is #776A7B. Grayscale: #8F8F8F. Windows color (decimal): -7826044 or 8689032. OLE color: 8689032.

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

Color convert

RGB 136 149 132 -
CMYK 0.09 0 0.11 0.42
HSL 105.88º 0.07% 0.55% -
HSV(B) 105.88º 0.11% 0.58% -
XYZ 25.07 28.4 25.99 -
YUV 143.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 136 149 132 0.09 0 0.11 0.42 105.88 0.07 0.55
Hex 88 95 84 9 0 B 2A 6A 7 37
Octal 210 225 204 11 0 13 52 152 7 67
Binary 10001000 10010101 10000100 1001 0 1011 101010 1101010 111 110111

Color Harmonies of #889584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889584

Black with #889584

Text Example


Text Example

White with #889584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889584; }

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

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

background-color css

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

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

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

border-color css

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

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

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