#888B53

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

Shades of Bandicoot #888B53

Tints of Bandicoot #888B53

Color information

#888B53 (or 0x888B53) is unknown color: approx Bandicoot. HEX triplet: 88, 8B and 53. RGB value is (136,139,83). Sum of RGB (Red+Green+Blue) = 136+139+83=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #888B53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B53 is #7774AC. Grayscale: #838383. Windows color (decimal): -7828653 or 5475208. OLE color: 5475208.

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

Color convert

RGB13613983-
CMYK0.0200.400.45
HSL63.21º25.23%43.53%-
HSV(B)63.21º40.29%54.51%-
XYZ20.9524.3211.77-
YUV131.72100.51131.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 83 (32.81% from 255) = 23.18%
R=37.99%
G=38.83%
B=23.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136139830.0200.400.4563.2125.2343.53
Hex888B5320282D3f192c
Octal210213123205055773154
Binary1000100010001011101001110010100010110111111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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