#938E5F

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

Shades of Bandicoot #938E5F

Tints of Bandicoot #938E5F

Color information

#938E5F (or 0x938E5F) is unknown color: approx Bandicoot. HEX triplet: 93, 8E and 5F. RGB value is (147,142,95). Sum of RGB (Red+Green+Blue) = 147+142+95=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #938E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E5F is #6C71A0. Grayscale: #8A8A8A. Windows color (decimal): -7106977 or 6262419. OLE color: 6262419.

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

Color convert

RGB14714295-
CMYK00.030.350.42
HSL54.23º21.49%47.45%-
HSV(B)54.23º35.37%57.65%-
XYZ23.7726.3814.66-
YUV138.14103.66134.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 142 (55.86% from 255) = 36.98%
BLUE value IS 95 (37.5% from 255) = 24.74%
R=38.28%
G=36.98%
B=24.74%

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
Decimal1471429500.030.350.4254.2321.4947.45
Hex938E5F03232A36152f
Octal223216137034352662557
Binary1001001110001110101111101110001110101011011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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