#898955

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

Shades of Bandicoot #898955

Tints of Bandicoot #898955

Color information

#898955 (or 0x898955) is unknown color: approx Bandicoot. HEX triplet: 89, 89 and 55. RGB value is (137,137,85). Sum of RGB (Red+Green+Blue) = 137+137+85=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898955 is #7676AA. Grayscale: #838383. Windows color (decimal): -7763627 or 5605769. OLE color: 5605769.

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

Color convert

RGB13713785-
CMYK000.380.46
HSL60º23.42%43.53%-
HSV(B)60º37.96%53.73%-
XYZ20.923.8712.1-
YUV131.07102132.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=38.16%
G=38.16%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713785000.380.466023.4243.53
Hex89895500262E3c172c
Octal211211125004656742754
Binary100010011000100110101010010011010111011110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898955; }

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

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

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

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

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

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

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

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