#898461

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

Shades of Bandicoot #898461

Tints of Bandicoot #898461

Color information

#898461 (or 0x898461) is unknown color: approx Bandicoot. HEX triplet: 89, 84 and 61. RGB value is (137,132,97). Sum of RGB (Red+Green+Blue) = 137+132+97=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #898461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898461 is #767B9E. Grayscale: #818181. Windows color (decimal): -7764895 or 6390921. OLE color: 6390921.

HSL color Cylindrical-coordinate representation of color #898461: hue angle of 52.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #898461 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB13713297-
CMYK00.040.290.46
HSL52.5º17.09%45.88%-
HSV(B)52.5º29.2%53.73%-
XYZ20.7322.6814.6-
YUV129.5109.66133.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=37.43%
G=36.07%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371329700.040.290.4652.517.0945.88
Hex898461041D2E34112e
Octal211204141043556642156
Binary1000100110000100110000101001110110111011010010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898461; }

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

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

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

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

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

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

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

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