#8D8D58

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

Shades of Bandicoot #8D8D58

Tints of Bandicoot #8D8D58

Color information

#8D8D58 (or 0x8D8D58) is unknown color: approx Bandicoot. HEX triplet: 8D, 8D and 58. RGB value is (141,141,88). Sum of RGB (Red+Green+Blue) = 141+141+88=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 141 - color contains mainly: red, green. Hex color #8D8D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8D58 is #7272A7. Grayscale: #878787. Windows color (decimal): -7500456 or 5803405. OLE color: 5803405.

HSL color Cylindrical-coordinate representation of color #8D8D58: hue angle of 60º 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 #8D8D58 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB14114188-
CMYK000.380.45
HSL60º23.14%44.9%-
HSV(B)60º37.59%55.29%-
XYZ22.2725.4212.96-
YUV134.96101.5132.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.11%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 88 (34.77% from 255) = 23.78%
R=38.11%
G=38.11%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14114188000.380.456023.1444.9
Hex8D8D5800262D3c172d
Octal215215130004655742755
Binary100011011000110110110000010011010110111110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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