#888B56

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

Shades of Bandicoot #888B56

Tints of Bandicoot #888B56

Color information

#888B56 (or 0x888B56) is unknown color: approx Bandicoot. HEX triplet: 88, 8B and 56. RGB value is (136,139,86). Sum of RGB (Red+Green+Blue) = 136+139+86=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #888B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B56 is #7774A9. Grayscale: #848484. Windows color (decimal): -7828650 or 5671816. OLE color: 5671816.

HSL color Cylindrical-coordinate representation of color #888B56: hue angle of 63.4º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888B56 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB13613986-
CMYK0.0200.380.45
HSL63.4º23.56%44.12%-
HSV(B)63.4º38.13%54.51%-
XYZ21.0724.3712.4-
YUV132.06102.01130.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 86 (33.98% from 255) = 23.82%
R=37.67%
G=38.50%
B=23.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136139860.0200.380.4563.423.5644.12
Hex888B5620262D3f182c
Octal210213126204655773054
Binary1000100010001011101011010010011010110111111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888B56; }

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

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

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

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

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

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

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

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