#889881

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

Shades of Amulet #889881

Tints of Amulet #889881

Color information

#889881 (or 0x889881) is unknown color: approx Amulet. HEX triplet: 88, 98 and 81. RGB value is (136,152,129). Sum of RGB (Red+Green+Blue) = 136+152+129=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #889881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889881 is #77677E. Grayscale: #909090. Windows color (decimal): -7825279 or 8493192. OLE color: 8493192.

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

Color convert

RGB136152129-
CMYK0.1100.150.40
HSL101.74º10.04%55.1%-
HSV(B)101.74º15.13%59.61%-
XYZ25.3429.2825.08-
YUV144.59119.2121.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=32.61%
G=36.45%
B=30.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361521290.1100.150.40101.7410.0455.1
Hex889881B0F2866a37
Octal21023020113017501461267
Binary10001000100110001000000110110111110100011001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889881; }

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

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

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

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

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

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

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

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