#888470

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

Shades of Bandicoot #888470

Tints of Bandicoot #888470

Color information

#888470 (or 0x888470) is unknown color: approx Bandicoot. HEX triplet: 88, 84 and 70. RGB value is (136,132,112). Sum of RGB (Red+Green+Blue) = 136+132+112=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #888470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888470 is #777B8F. Grayscale: #838383. Windows color (decimal): -7830416 or 7373960. OLE color: 7373960.

HSL color Cylindrical-coordinate representation of color #888470: hue angle of 50º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #888470 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB136132112-
CMYK00.030.180.47
HSL50º9.68%48.63%-
HSV(B)50º17.65%53.33%-
XYZ21.3322.9118.63-
YUV130.92117.33131.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.79%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=35.79%
G=34.74%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613211200.030.180.47509.6848.63
Hex88847003122F32a31
Octal210204160032257621261
Binary10001000100001001110000011100101011111100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888470; }

 p { color: rgb(136,132,112); }

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

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

 a { background-color: rgb(136,132,112); }

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

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

 span { border-color: rgb(136,132,112); }

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