#898866

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

Shades of Bandicoot #898866

Tints of Bandicoot #898866

Color information

#898866 (or 0x898866) is unknown color: approx Bandicoot. HEX triplet: 89, 88 and 66. RGB value is (137,136,102). Sum of RGB (Red+Green+Blue) = 137+136+102=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 137 - color contains mainly: red. Hex color #898866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898866 is #767799. Grayscale: #848484. Windows color (decimal): -7763866 or 6719625. OLE color: 6719625.

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

Color convert

RGB137136102-
CMYK00.010.260.46
HSL58.29º14.64%46.86%-
HSV(B)58.29º25.55%53.73%-
XYZ21.5223.8916.05-
YUV132.42110.83131.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.53%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=36.53%
G=36.27%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713610200.010.260.4658.2914.6446.86
Hex898866011A2E3af2f
Octal211210146013256721757
Binary1000100110001000110011001110101011101110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898866; }

 p { color: rgb(137,136,102); }

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

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

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

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

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

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

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