#888756

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

Shades of Bandicoot #888756

Tints of Bandicoot #888756

Color information

#888756 (or 0x888756) is unknown color: approx Bandicoot. HEX triplet: 88, 87 and 56. RGB value is (136,135,86). Sum of RGB (Red+Green+Blue) = 136+135+86=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #888756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888756 is #7778A9. Grayscale: #818181. Windows color (decimal): -7829674 or 5670792. OLE color: 5670792.

HSL color Cylindrical-coordinate representation of color #888756: hue angle of 58.8º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #888756 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB13613586-
CMYK00.010.370.47
HSL58.8º22.52%43.53%-
HSV(B)58.8º36.76%53.33%-
XYZ20.523.2312.21-
YUV129.71103.33132.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=38.10%
G=37.82%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361358600.010.370.4758.822.5243.53
Hex88875601252F3b172c
Octal210207126014557732754
Binary100010001000011110101100110010110111111101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888756; }

 p { color: rgb(136,135,86); }

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

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

 a { background-color: rgb(136,135,86); }

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

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

 span { border-color: rgb(136,135,86); }

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