#898864

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

Shades of Bandicoot #898864

Tints of Bandicoot #898864

Color information

#898864 (or 0x898864) is unknown color: approx Bandicoot. HEX triplet: 89, 88 and 64. RGB value is (137,136,100). Sum of RGB (Red+Green+Blue) = 137+136+100=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #898864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898864 is #76779B. Grayscale: #848484. Windows color (decimal): -7763868 or 6588553. OLE color: 6588553.

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

Color convert

RGB137136100-
CMYK00.010.270.46
HSL58.38º15.61%46.47%-
HSV(B)58.38º27.01%53.73%-
XYZ21.4223.8515.53-
YUV132.2109.83131.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=36.73%
G=36.46%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713610000.010.270.4658.3815.6146.47
Hex898864011B2E3a102e
Octal211210144013356722056
Binary10001001100010001100100011101110111011101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898864; }

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

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

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

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

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

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

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

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