#8D8A58

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

Shades of Bandicoot #8D8A58

Tints of Bandicoot #8D8A58

Color information

#8D8A58 (or 0x8D8A58) is unknown color: approx Bandicoot. HEX triplet: 8D, 8A and 58. RGB value is (141,138,88). Sum of RGB (Red+Green+Blue) = 141+138+88=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8A58 is #7275A7. Grayscale: #858585. Windows color (decimal): -7501224 or 5802637. OLE color: 5802637.

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

Color convert

RGB14113888-
CMYK00.020.380.45
HSL56.6º23.14%44.9%-
HSV(B)56.6º37.59%55.29%-
XYZ21.8324.5412.82-
YUV133.2102.49133.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.42%
GREEN value IS 138 (54.30% from 255) = 37.60%
BLUE value IS 88 (34.77% from 255) = 23.98%
R=38.42%
G=37.60%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411388800.020.380.4556.623.1444.9
Hex8D8A5802262D39172d
Octal215212130024655712755
Binary1000110110001010101100001010011010110111100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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