Html Css Color HEX #889684 Amulet

📋 copy color: '#889684'

red 136 ◦ green 150 ◦ blue 132

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

Shades of Amulet #889684

Tints of Amulet #889684

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.89%

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

R = 32.54%
G = 35.89%
B = 31.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#889684 (or 0x889684) is known color: Amulet. HEX triplet: 88, 96 and 84. RGB value is (136,150,132). Sum of RGB (Red+Green+Blue) = 136+150+132=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 150 - color contains mainly: green. Hex color #889684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889684 is #77697B. Grayscale: #8F8F8F. Windows color (decimal): -7825788 or 8689288. OLE color: 8689288.

HSL color Cylindrical-coordinate representation of color #889684: hue angle of 106.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #889684 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 150 132 -
CMYK 0.09 0 0.12 0.41
HSL 106.67º 0.08% 0.55% -
HSV(B) 106.67º 0.12% 0.59% -
XYZ 25.22 28.71 26.04 -
YUV 143.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 136 150 132 0.09 0 0.12 0.41 106.67 0.08 0.55
Hex 88 96 84 9 0 C 29 6B 8 37
Octal 210 226 204 11 0 14 51 153 10 67
Binary 10001000 10010110 10000100 1001 0 1100 101001 1101011 1000 110111

Color Harmonies of #889684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889684

Black with #889684

Text Example


Text Example

White with #889684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889684; }

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

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

background-color css

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

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

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

border-color css

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

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

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