#88895F

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

Shades of Bandicoot #88895F

Tints of Bandicoot #88895F

Color information

#88895F (or 0x88895F) is unknown color: approx Bandicoot. HEX triplet: 88, 89 and 5F. RGB value is (136,137,95). Sum of RGB (Red+Green+Blue) = 136+137+95=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #88895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88895F is #7776A0. Grayscale: #848484. Windows color (decimal): -7829153 or 6261128. OLE color: 6261128.

HSL color Cylindrical-coordinate representation of color #88895F: hue angle of 61.43º degrees, saturation: 0.18, 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 #88895F is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13613795-
CMYK0.0100.310.46
HSL61.43º18.1%45.49%-
HSV(B)61.43º30.66%53.73%-
XYZ21.1623.9514.33-
YUV131.91107.17130.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 95 (37.5% from 255) = 25.82%
R=36.96%
G=37.23%
B=25.82%

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
Decimal136137950.0100.310.4661.4318.145.49
Hex88895F101F2E3d122d
Octal210211137103756752255
Binary10001000100010011011111101111110111011110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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