#938D58

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

Shades of Bandicoot #938D58

Tints of Bandicoot #938D58

Color information

#938D58 (or 0x938D58) is unknown color: approx Bandicoot. HEX triplet: 93, 8D and 58. RGB value is (147,141,88). Sum of RGB (Red+Green+Blue) = 147+141+88=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #938D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D58 is #6C72A7. Grayscale: #888888. Windows color (decimal): -7107240 or 5803411. OLE color: 5803411.

HSL color Cylindrical-coordinate representation of color #938D58: hue angle of 53.9º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #938D58 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14714188-
CMYK00.040.400.42
HSL53.9º25.11%46.08%-
HSV(B)53.9º40.14%57.65%-
XYZ23.3225.9613.01-
YUV136.75100.49135.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 141 (55.47% from 255) = 37.5%
BLUE value IS 88 (34.77% from 255) = 23.40%
R=39.10%
G=37.5%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471418800.040.400.4253.925.1146.08
Hex938D5804282A36192e
Octal223215130045052663156
Binary10010011100011011011000010010100010101011011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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