#898560

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

Shades of Bandicoot #898560

Tints of Bandicoot #898560

Color information

#898560 (or 0x898560) is unknown color: approx Bandicoot. HEX triplet: 89, 85 and 60. RGB value is (137,133,96). Sum of RGB (Red+Green+Blue) = 137+133+96=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #898560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898560 is #767A9F. Grayscale: #828282. Windows color (decimal): -7764640 or 6325641. OLE color: 6325641.

HSL color Cylindrical-coordinate representation of color #898560: hue angle of 54.15º 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 #898560 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB13713396-
CMYK00.030.300.46
HSL54.15º17.6%45.69%-
HSV(B)54.15º29.93%53.73%-
XYZ20.8222.9414.4-
YUV129.98108.83133.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=37.43%
G=36.34%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371339600.030.300.4654.1517.645.69
Hex898560031E2E36122e
Octal211205140033656662256
Binary100010011000010111000000111111010111011011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898560; }

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

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

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

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

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

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

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

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