#898958

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

Shades of Bandicoot #898958

Tints of Bandicoot #898958

Color information

#898958 (or 0x898958) is unknown color: approx Bandicoot. HEX triplet: 89, 89 and 58. RGB value is (137,137,88). Sum of RGB (Red+Green+Blue) = 137+137+88=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898958 is #7676A7. Grayscale: #838383. Windows color (decimal): -7763624 or 5802377. OLE color: 5802377.

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

Color convert

RGB13713788-
CMYK000.360.46
HSL60º21.78%44.12%-
HSV(B)60º35.77%53.73%-
XYZ21.0223.9112.74-
YUV131.41103.5131.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 88 (34.77% from 255) = 24.31%
R=37.85%
G=37.85%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713788000.360.466021.7844.12
Hex89895800242E3c162c
Octal211211130004456742654
Binary100010011000100110110000010010010111011110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898958; }

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

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

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

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

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

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

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

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