#8D8962

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

Shades of Bandicoot #8D8962

Tints of Bandicoot #8D8962

Color information

#8D8962 (or 0x8D8962) is unknown color: approx Bandicoot. HEX triplet: 8D, 89 and 62. RGB value is (141,137,98). Sum of RGB (Red+Green+Blue) = 141+137+98=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8962 is #72769D. Grayscale: #858585. Windows color (decimal): -7501470 or 6457741. OLE color: 6457741.

HSL color Cylindrical-coordinate representation of color #8D8962: hue angle of 54.42º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D8962 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB14113798-
CMYK00.030.300.45
HSL54.42º17.99%46.86%-
HSV(B)54.42º30.5%55.29%-
XYZ22.1324.4415.11-
YUV133.75107.83133.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.5%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 98 (38.67% from 255) = 26.06%
R=37.5%
G=36.44%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411379800.030.300.4554.4217.9946.86
Hex8D8962031E2D36122f
Octal215211142033655662257
Binary100011011000100111000100111111010110111011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,137,98); }

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

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

 a { background-color: rgb(141,137,98); }

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

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

 span { border-color: rgb(141,137,98); }

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