#899584

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

Shades of Amulet #899584

Tints of Amulet #899584

Color information

#899584 (or 0x899584) is unknown color: approx Amulet. HEX triplet: 89, 95 and 84. RGB value is (137,149,132). Sum of RGB (Red+Green+Blue) = 137+149+132=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 149 - color contains mainly: green. Hex color #899584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899584 is #766A7B. Grayscale: #8F8F8F. Windows color (decimal): -7760508 or 8689033. OLE color: 8689033.

HSL color Cylindrical-coordinate representation of color #899584: hue angle of 102.35º 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 #899584 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB137149132-
CMYK0.0800.110.42
HSL102.35º7.42%55.1%-
HSV(B)102.35º11.41%58.43%-
XYZ25.2328.4826-
YUV143.47121.52123.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.78%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 132 (51.95% from 255) = 31.58%
R=32.78%
G=35.65%
B=31.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371491320.0800.110.42102.357.4255.1
Hex89958480B2A66737
Octal2112252041001352146767
Binary1000100110010101100001001000010111010101100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899584; }

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

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

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

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

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

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

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

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