#898960

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

Shades of Bandicoot #898960

Tints of Bandicoot #898960

Color information

#898960 (or 0x898960) is unknown color: approx Bandicoot. HEX triplet: 89, 89 and 60. RGB value is (137,137,96). Sum of RGB (Red+Green+Blue) = 137+137+96=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898960 is #76769F. Grayscale: #848484. Windows color (decimal): -7763616 or 6326665. OLE color: 6326665.

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

Color convert

RGB13713796-
CMYK000.300.46
HSL60º17.6%45.69%-
HSV(B)60º29.93%53.73%-
XYZ21.3724.0514.58-
YUV132.33107.5131.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=37.03%
G=37.03%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713796000.300.466017.645.69
Hex898960001E2E3c122e
Octal211211140003656742256
Binary10001001100010011100000001111010111011110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898960; }

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

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

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

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

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

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

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

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