#8D8B5F

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

Shades of Bandicoot #8D8B5F

Tints of Bandicoot #8D8B5F

Color information

#8D8B5F (or 0x8D8B5F) is unknown color: approx Bandicoot. HEX triplet: 8D, 8B and 5F. RGB value is (141,139,95). Sum of RGB (Red+Green+Blue) = 141+139+95=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8B5F is #7274A0. Grayscale: #868686. Windows color (decimal): -7500961 or 6261645. OLE color: 6261645.

HSL color Cylindrical-coordinate representation of color #8D8B5F: hue angle of 57.39º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D8B5F is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB14113995-
CMYK00.010.330.45
HSL57.39º19.49%46.27%-
HSV(B)57.39º32.62%55.29%-
XYZ22.2824.9514.47-
YUV134.58105.66132.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.6%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=37.6%
G=37.07%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411399500.010.330.4557.3919.4946.27
Hex8D8B5F01212D39132e
Octal215213137014155712356
Binary100011011000101110111110110000110110111100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,139,95); }

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

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

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

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

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

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

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