#88895E

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

Shades of Bandicoot #88895E

Tints of Bandicoot #88895E

Color information

#88895E (or 0x88895E) is unknown color: approx Bandicoot. HEX triplet: 88, 89 and 5E. RGB value is (136,137,94). Sum of RGB (Red+Green+Blue) = 136+137+94=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #88895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88895E is #7776A1. Grayscale: #838383. Windows color (decimal): -7829154 or 6195592. OLE color: 6195592.

HSL color Cylindrical-coordinate representation of color #88895E: hue angle of 61.4º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88895E is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13613794-
CMYK0.0100.310.46
HSL61.4º18.61%45.29%-
HSV(B)61.4º31.39%53.73%-
XYZ21.1223.9314.1-
YUV131.8106.67131-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 137 (53.91% from 255) = 37.33%
BLUE value IS 94 (37.11% from 255) = 25.61%
R=37.06%
G=37.33%
B=25.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136137940.0100.310.4661.418.6145.29
Hex88895E101F2E3d132d
Octal210211136103756752355
Binary10001000100010011011110101111110111011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88895E; }

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

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

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

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

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

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

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

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