#898858

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

Shades of Bandicoot #898858

Tints of Bandicoot #898858

Color information

#898858 (or 0x898858) is unknown color: approx Bandicoot. HEX triplet: 89, 88 and 58. RGB value is (137,136,88). Sum of RGB (Red+Green+Blue) = 137+136+88=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #898858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898858 is #7677A7. Grayscale: #838383. Windows color (decimal): -7763880 or 5802121. OLE color: 5802121.

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

Color convert

RGB13713688-
CMYK00.010.360.46
HSL58.78º21.78%44.12%-
HSV(B)58.78º35.77%53.73%-
XYZ20.8823.6312.69-
YUV130.83103.83132.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=37.95%
G=37.67%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371368800.010.360.4658.7821.7844.12
Hex89885801242E3b162c
Octal211210130014456732654
Binary100010011000100010110000110010010111011101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898858; }

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

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

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

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

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

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

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

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