#8D8A5B

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

Shades of Bandicoot #8D8A5B

Tints of Bandicoot #8D8A5B

Color information

#8D8A5B (or 0x8D8A5B) is unknown color: approx Bandicoot. HEX triplet: 8D, 8A and 5B. RGB value is (141,138,91). Sum of RGB (Red+Green+Blue) = 141+138+91=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8A5B is #7275A4. Grayscale: #858585. Windows color (decimal): -7501221 or 5999245. OLE color: 5999245.

HSL color Cylindrical-coordinate representation of color #8D8A5B: hue angle of 56.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D8A5B is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB14113891-
CMYK00.020.350.45
HSL56.4º21.55%45.49%-
HSV(B)56.4º35.46%55.29%-
XYZ21.9624.613.49-
YUV133.54103.99133.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.11%
GREEN value IS 138 (54.30% from 255) = 37.30%
BLUE value IS 91 (35.94% from 255) = 24.59%
R=38.11%
G=37.30%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411389100.020.350.4556.421.5545.49
Hex8D8A5B02232D38162d
Octal215212133024355702655
Binary1000110110001010101101101010001110110111100010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8A5B; }

 p { color: rgb(141,138,91); }

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

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

 a { background-color: rgb(141,138,91); }

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

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

 span { border-color: rgb(141,138,91); }

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