#899880

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

Shades of Amulet #899880

Tints of Amulet #899880

Color information

#899880 (or 0x899880) is unknown color: approx Amulet. HEX triplet: 89, 98 and 80. RGB value is (137,152,128). Sum of RGB (Red+Green+Blue) = 137+152+128=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #899880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899880 is #76677F. Grayscale: #909090. Windows color (decimal): -7759744 or 8427657. OLE color: 8427657.

HSL color Cylindrical-coordinate representation of color #899880: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #899880 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB137152128-
CMYK0.1000.160.40
HSL97.5º10.43%54.9%-
HSV(B)97.5º15.79%59.61%-
XYZ25.4429.3324.74-
YUV144.78118.53122.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=32.85%
G=36.45%
B=30.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371521280.1000.160.4097.510.4354.9
Hex899880A0102861a37
Octal21123020012020501411267
Binary100010011001100010000000101001000010100011000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899880; }

 p { color: rgb(137,152,128); }

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

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

 a { background-color: rgb(137,152,128); }

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

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

 span { border-color: rgb(137,152,128); }

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