#889880

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

Shades of Amulet #889880

Tints of Amulet #889880

Color information

#889880 (or 0x889880) is unknown color: approx Amulet. HEX triplet: 88, 98 and 80. RGB value is (136,152,128). Sum of RGB (Red+Green+Blue) = 136+152+128=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #889880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889880 is #77677F. Grayscale: #909090. Windows color (decimal): -7825280 or 8427656. OLE color: 8427656.

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

Color convert

RGB136152128-
CMYK0.1100.160.40
HSL100º10.43%54.9%-
HSV(B)100º15.79%59.61%-
XYZ25.2829.2524.74-
YUV144.48118.7121.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=32.69%
G=36.54%
B=30.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361521280.1100.160.4010010.4354.9
Hex889880B0102864a37
Octal21023020013020501441267
Binary100010001001100010000000101101000010100011001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889880; }

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

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

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

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

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

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

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

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