#938E60

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

Shades of Bandicoot #938E60

Tints of Bandicoot #938E60

Color information

#938E60 (or 0x938E60) is unknown color: approx Bandicoot. HEX triplet: 93, 8E and 60. RGB value is (147,142,96). Sum of RGB (Red+Green+Blue) = 147+142+96=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 147 - color contains mainly: red. Hex color #938E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E60 is #6C719F. Grayscale: #8A8A8A. Windows color (decimal): -7106976 or 6327955. OLE color: 6327955.

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

Color convert

RGB14714296-
CMYK00.030.350.42
HSL54.12º20.99%47.65%-
HSV(B)54.12º34.69%57.65%-
XYZ23.8226.3914.91-
YUV138.25104.16134.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=38.18%
G=36.88%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471429600.030.350.4254.1220.9947.65
Hex938E6003232A361530
Octal223216140034352662560
Binary1001001110001110110000001110001110101011011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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