#89885A

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

Shades of Bandicoot #89885A

Tints of Bandicoot #89885A

Color information

#89885A (or 0x89885A) is unknown color: approx Bandicoot. HEX triplet: 89, 88 and 5A. RGB value is (137,136,90). Sum of RGB (Red+Green+Blue) = 137+136+90=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89885A is #7677A5. Grayscale: #838383. Windows color (decimal): -7763878 or 5933193. OLE color: 5933193.

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

Color convert

RGB13713690-
CMYK00.010.340.46
HSL58.72º20.7%44.51%-
HSV(B)58.72º34.31%53.73%-
XYZ20.9723.6613.14-
YUV131.05104.83132.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 90 (35.55% from 255) = 24.79%
R=37.74%
G=37.47%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371369000.010.340.4658.7220.744.51
Hex89885A01222E3b152d
Octal211210132014256732555
Binary100010011000100010110100110001010111011101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89885A; }

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

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

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

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

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

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

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

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