#938E56

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

Shades of Bandicoot #938E56

Tints of Bandicoot #938E56

Color information

#938E56 (or 0x938E56) is unknown color: approx Bandicoot. HEX triplet: 93, 8E and 56. RGB value is (147,142,86). Sum of RGB (Red+Green+Blue) = 147+142+86=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #938E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E56 is #6C71A9. Grayscale: #898989. Windows color (decimal): -7106986 or 5672595. OLE color: 5672595.

HSL color Cylindrical-coordinate representation of color #938E56: hue angle of 55.08º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #938E56 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14714286-
CMYK00.030.410.42
HSL55.08º26.18%45.69%-
HSV(B)55.08º41.5%57.65%-
XYZ23.3926.2212.63-
YUV137.1199.16135.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=39.2%
G=37.87%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471428600.030.410.4255.0826.1845.69
Hex938E5603292A371a2e
Octal223216126035152673256
Binary1001001110001110101011001110100110101011011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938E56; }

 p { color: rgb(147,142,86); }

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

<style>
 a { background-color: #938E56; }

 a { background-color: rgb(147,142,86); }

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

<style>
 span { border-color: #938E56; }

 span { border-color: rgb(147,142,86); }

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