#899881

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

Shades of Amulet #899881

Tints of Amulet #899881

Color information

#899881 (or 0x899881) is unknown color: approx Amulet. HEX triplet: 89, 98 and 81. RGB value is (137,152,129). Sum of RGB (Red+Green+Blue) = 137+152+129=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #899881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899881 is #76677E. Grayscale: #909090. Windows color (decimal): -7759743 or 8493193. OLE color: 8493193.

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

Color convert

RGB137152129-
CMYK0.1000.150.40
HSL99.13º10.04%55.1%-
HSV(B)99.13º15.13%59.61%-
XYZ25.5129.3625.09-
YUV144.89119.03122.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.78%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 129 (50.78% from 255) = 30.86%
R=32.78%
G=36.36%
B=30.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371521290.1000.150.4099.1310.0455.1
Hex899881A0F2863a37
Octal21123020112017501431267
Binary10001001100110001000000110100111110100011000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899881; }

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

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

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

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

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

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

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

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