#898962

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

Shades of Bandicoot #898962

Tints of Bandicoot #898962

Color information

#898962 (or 0x898962) is unknown color: approx Bandicoot. HEX triplet: 89, 89 and 62. RGB value is (137,137,98). Sum of RGB (Red+Green+Blue) = 137+137+98=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898962 is #76769D. Grayscale: #848484. Windows color (decimal): -7763614 or 6457737. OLE color: 6457737.

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

Color convert

RGB13713798-
CMYK000.280.46
HSL60º16.6%46.08%-
HSV(B)60º28.47%53.73%-
XYZ21.4724.0915.07-
YUV132.55108.5131.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.83%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 98 (38.67% from 255) = 26.34%
R=36.83%
G=36.83%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713798000.280.466016.646.08
Hex898962001C2E3c112e
Octal211211142003456742156
Binary10001001100010011100010001110010111011110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898962; }

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

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

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

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

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

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

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

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