#898558

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

Shades of Bandicoot #898558

Tints of Bandicoot #898558

Color information

#898558 (or 0x898558) is unknown color: approx Bandicoot. HEX triplet: 89, 85 and 58. RGB value is (137,133,88). Sum of RGB (Red+Green+Blue) = 137+133+88=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #898558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898558 is #767AA7. Grayscale: #818181. Windows color (decimal): -7764648 or 5801353. OLE color: 5801353.

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

Color convert

RGB13713388-
CMYK00.030.360.46
HSL55.1º21.78%44.12%-
HSV(B)55.1º35.77%53.73%-
XYZ20.4722.812.55-
YUV129.07104.83133.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 88 (34.77% from 255) = 24.58%
R=38.27%
G=37.15%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371338800.030.360.4655.121.7844.12
Hex89855803242E37162c
Octal211205130034456672654
Binary1000100110000101101100001110010010111011011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898558; }

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

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

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

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

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

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

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

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