#889684

Color #889684 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #889684

Tints of Amulet #889684

Color information

#889684 (or 0x889684) is unknown color: approx 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

RGB136150132-
CMYK0.0900.120.41
HSL106.67º7.89%55.29%-
HSV(B)106.67º12%58.82%-
XYZ25.2228.7126.04-
YUV143.76121.36122.46-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1361501320.0900.120.41106.677.8955.29
Hex88968490C296b837
Octal21022620411014511531067
Binary10001000100101101000010010010110010100111010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>