#889682

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

Shades of Amulet #889682

Tints of Amulet #889682

Color information

#889682 (or 0x889682) is unknown color: approx Amulet. HEX triplet: 88, 96 and 82. RGB value is (136,150,130). Sum of RGB (Red+Green+Blue) = 136+150+130=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #889682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889682 is #77697D. Grayscale: #8F8F8F. Windows color (decimal): -7825790 or 8558216. OLE color: 8558216.

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

Color convert

RGB136150130-
CMYK0.0900.130.41
HSL102º8.7%54.9%-
HSV(B)102º13.33%58.82%-
XYZ25.0928.6625.33-
YUV143.53120.36122.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 150 (58.98% from 255) = 36.06%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=32.69%
G=36.06%
B=31.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1361501300.0900.130.411028.754.9
Hex88968290D2966937
Octal21022620211015511461167
Binary10001000100101101000001010010110110100111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889682; }

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

 H1.HeaderClassName
 {
   color: #889682;
 }
 .AnyTagClassName
 {
   color: #889682;
 }
</style>
background-color css

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

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

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

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

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

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