#8D8958

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

Shades of Bandicoot #8D8958

Tints of Bandicoot #8D8958

Color information

#8D8958 (or 0x8D8958) is unknown color: approx Bandicoot. HEX triplet: 8D, 89 and 58. RGB value is (141,137,88). Sum of RGB (Red+Green+Blue) = 141+137+88=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8958 is #7276A7. Grayscale: #848484. Windows color (decimal): -7501480 or 5802381. OLE color: 5802381.

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

Color convert

RGB14113788-
CMYK00.030.380.45
HSL55.47º23.14%44.9%-
HSV(B)55.47º37.59%55.29%-
XYZ21.6924.2612.77-
YUV132.61102.83133.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=38.52%
G=37.43%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411378800.030.380.4555.4723.1444.9
Hex8D895803262D37172d
Octal215211130034655672755
Binary1000110110001001101100001110011010110111011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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