#898760

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

Shades of Bandicoot #898760

Tints of Bandicoot #898760

Color information

#898760 (or 0x898760) is unknown color: approx Bandicoot. HEX triplet: 89, 87 and 60. RGB value is (137,135,96). Sum of RGB (Red+Green+Blue) = 137+135+96=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 137 - color contains mainly: red. Hex color #898760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898760 is #76789F. Grayscale: #838383. Windows color (decimal): -7764128 or 6326153. OLE color: 6326153.

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

Color convert

RGB13713596-
CMYK00.010.300.46
HSL57.07º17.6%45.69%-
HSV(B)57.07º29.93%53.73%-
XYZ21.0923.4914.49-
YUV131.15108.16132.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.23%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=37.23%
G=36.68%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371359600.010.300.4657.0717.645.69
Hex898760011E2E39122e
Octal211207140013656712256
Binary10001001100001111100000011111010111011100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898760; }

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

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

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

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

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

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

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

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