#898860

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

Shades of Bandicoot #898860

Tints of Bandicoot #898860

Color information

#898860 (or 0x898860) is unknown color: approx Bandicoot. HEX triplet: 89, 88 and 60. RGB value is (137,136,96). Sum of RGB (Red+Green+Blue) = 137+136+96=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 137 - color contains mainly: red. Hex color #898860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898860 is #76779F. Grayscale: #838383. Windows color (decimal): -7763872 or 6326409. OLE color: 6326409.

HSL color Cylindrical-coordinate representation of color #898860: hue angle of 58.54º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #898860 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB13713696-
CMYK00.010.300.46
HSL58.54º17.6%45.69%-
HSV(B)58.54º29.93%53.73%-
XYZ21.2323.7714.54-
YUV131.74107.83131.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.13%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=37.13%
G=36.86%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371369600.010.300.4658.5417.645.69
Hex898860011E2E3b122e
Octal211210140013656732256
Binary10001001100010001100000011111010111011101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898860; }

 p { color: rgb(137,136,96); }

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

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

 a { background-color: rgb(137,136,96); }

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

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

 span { border-color: rgb(137,136,96); }

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