#918C5D

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

Shades of Bandicoot #918C5D

Tints of Bandicoot #918C5D

Color information

#918C5D (or 0x918C5D) is unknown color: approx Bandicoot. HEX triplet: 91, 8C and 5D. RGB value is (145,140,93). Sum of RGB (Red+Green+Blue) = 145+140+93=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #918C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C5D is #6E73A2. Grayscale: #888888. Windows color (decimal): -7238563 or 6130833. OLE color: 6130833.

HSL color Cylindrical-coordinate representation of color #918C5D: hue angle of 54.23º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #918C5D is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14514093-
CMYK00.030.360.43
HSL54.23º21.85%46.67%-
HSV(B)54.23º35.86%56.86%-
XYZ23.0325.5714.08-
YUV136.14103.66134.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 140 (55.08% from 255) = 37.04%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=38.36%
G=37.04%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451409300.030.360.4354.2321.8546.67
Hex918C5D03242B36162f
Octal221214135034453662657
Binary1001000110001100101110101110010010101111011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918C5D; }

 p { color: rgb(145,140,93); }

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

<style>
 a { background-color: #918C5D; }

 a { background-color: rgb(145,140,93); }

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

<style>
 span { border-color: #918C5D; }

 span { border-color: rgb(145,140,93); }

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