#898A56

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

Shades of Bandicoot #898A56

Tints of Bandicoot #898A56

Color information

#898A56 (or 0x898A56) is unknown color: approx Bandicoot. HEX triplet: 89, 8A and 56. RGB value is (137,138,86). Sum of RGB (Red+Green+Blue) = 137+138+86=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 138 - color contains mainly: green. Hex color #898A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898A56 is #7675A9. Grayscale: #838383. Windows color (decimal): -7763370 or 5671561. OLE color: 5671561.

HSL color Cylindrical-coordinate representation of color #898A56: hue angle of 61.15º 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 #898A56 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB13713886-
CMYK0.0100.380.46
HSL61.15º23.21%43.92%-
HSV(B)61.15º37.68%54.12%-
XYZ21.0824.1712.36-
YUV131.77102.17131.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 138 (54.30% from 255) = 38.23%
BLUE value IS 86 (33.98% from 255) = 23.82%
R=37.95%
G=38.23%
B=23.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137138860.0100.380.4661.1523.2143.92
Hex898A5610262E3d172c
Octal211212126104656752754
Binary100010011000101010101101010011010111011110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898A56; }

 p { color: rgb(137,138,86); }

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

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

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

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

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

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

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