#888570

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

Shades of Bandicoot #888570

Tints of Bandicoot #888570

Color information

#888570 (or 0x888570) is unknown color: approx Bandicoot. HEX triplet: 88, 85 and 70. RGB value is (136,133,112). Sum of RGB (Red+Green+Blue) = 136+133+112=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #888570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888570 is #777A8F. Grayscale: #838383. Windows color (decimal): -7830160 or 7374216. OLE color: 7374216.

HSL color Cylindrical-coordinate representation of color #888570: hue angle of 52.5º 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 #888570 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB136133112-
CMYK00.020.180.47
HSL52.5º9.68%48.63%-
HSV(B)52.5º17.65%53.33%-
XYZ21.4723.1818.67-
YUV131.5116.99131.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=35.70%
G=34.91%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613311200.020.180.4752.59.6848.63
Hex88857002122F35a31
Octal210205160022257651261
Binary10001000100001011110000010100101011111101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888570; }

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

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

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

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

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

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

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

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