#899984

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

Shades of Amulet #899984

Tints of Amulet #899984

Color information

#899984 (or 0x899984) is unknown color: approx Amulet. HEX triplet: 89, 99 and 84. RGB value is (137,153,132). Sum of RGB (Red+Green+Blue) = 137+153+132=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #899984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899984 is #76667B. Grayscale: #919191. Windows color (decimal): -7759484 or 8690057. OLE color: 8690057.

HSL color Cylindrical-coordinate representation of color #899984: hue angle of 105.71º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #899984 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB137153132-
CMYK0.1000.140.4
HSL105.71º9.33%55.88%-
HSV(B)105.71º13.73%60%-
XYZ25.8729.7726.21-
YUV145.82120.2121.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.46%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 132 (51.95% from 255) = 31.28%
R=32.46%
G=36.26%
B=31.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371531320.1000.140.4105.719.3355.88
Hex899984A0E286a938
Octal21123120412016501521170
Binary10001001100110011000010010100111010100011010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899984; }

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

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

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

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

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

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

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

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