#888562

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

Shades of Bandicoot #888562

Tints of Bandicoot #888562

Color information

#888562 (or 0x888562) is unknown color: approx Bandicoot. HEX triplet: 88, 85 and 62. RGB value is (136,133,98). Sum of RGB (Red+Green+Blue) = 136+133+98=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #888562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888562 is #777A9D. Grayscale: #828282. Windows color (decimal): -7830174 or 6456712. OLE color: 6456712.

HSL color Cylindrical-coordinate representation of color #888562: hue angle of 55.26º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #888562 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13613398-
CMYK00.020.280.47
HSL55.26º16.24%45.88%-
HSV(B)55.26º27.94%53.33%-
XYZ20.7522.8914.88-
YUV129.91109.99132.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=37.06%
G=36.24%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361339800.020.280.4755.2616.2445.88
Hex888562021C2F37102e
Octal210205142023457672056
Binary100010001000010111000100101110010111111011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888562; }

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

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

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

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

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

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

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

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