#898570

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

Shades of Bandicoot #898570

Tints of Bandicoot #898570

Color information

#898570 (or 0x898570) is unknown color: approx Bandicoot. HEX triplet: 89, 85 and 70. RGB value is (137,133,112). Sum of RGB (Red+Green+Blue) = 137+133+112=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #898570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898570 is #767A8F. Grayscale: #838383. Windows color (decimal): -7764624 or 7374217. OLE color: 7374217.

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

Color convert

RGB137133112-
CMYK00.030.180.46
HSL50.4º10.04%48.82%-
HSV(B)50.4º18.25%53.73%-
XYZ21.6323.2618.68-
YUV131.8116.83131.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.86%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=35.86%
G=34.82%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713311200.030.180.4650.410.0448.82
Hex89857003122E32a31
Octal211205160032256621261
Binary10001001100001011110000011100101011101100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898570; }

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

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

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

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

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

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

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

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