#88895A

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

Shades of Bandicoot #88895A

Tints of Bandicoot #88895A

Color information

#88895A (or 0x88895A) is unknown color: approx Bandicoot. HEX triplet: 88, 89 and 5A. RGB value is (136,137,90). Sum of RGB (Red+Green+Blue) = 136+137+90=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #88895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88895A is #7776A5. Grayscale: #838383. Windows color (decimal): -7829158 or 5933448. OLE color: 5933448.

HSL color Cylindrical-coordinate representation of color #88895A: hue angle of 61.28º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88895A is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB13613790-
CMYK0.0100.340.46
HSL61.28º20.7%44.51%-
HSV(B)61.28º34.31%53.73%-
XYZ20.9423.8613.18-
YUV131.34104.67131.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 90 (35.55% from 255) = 24.79%
R=37.47%
G=37.74%
B=24.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136137900.0100.340.4661.2820.744.51
Hex88895A10222E3d152d
Octal210211132104256752555
Binary100010001000100110110101010001010111011110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88895A; }

 p { color: rgb(136,137,90); }

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

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

 a { background-color: rgb(136,137,90); }

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

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

 span { border-color: rgb(136,137,90); }

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