#898460

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

Shades of Bandicoot #898460

Tints of Bandicoot #898460

Color information

#898460 (or 0x898460) is unknown color: approx Bandicoot. HEX triplet: 89, 84 and 60. RGB value is (137,132,96). Sum of RGB (Red+Green+Blue) = 137+132+96=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #898460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898460 is #767B9F. Grayscale: #818181. Windows color (decimal): -7764896 or 6325385. OLE color: 6325385.

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

Color convert

RGB13713296-
CMYK00.040.300.46
HSL52.68º17.6%45.69%-
HSV(B)52.68º29.93%53.73%-
XYZ20.6822.6714.35-
YUV129.39109.16133.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.53%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=37.53%
G=36.16%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371329600.040.300.4652.6817.645.69
Hex898460041E2E35122e
Octal211204140043656652256
Binary1000100110000100110000001001111010111011010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898460; }

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

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

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

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

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

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

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

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