#918B5D

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

Shades of Bandicoot #918B5D

Tints of Bandicoot #918B5D

Color information

#918B5D (or 0x918B5D) is unknown color: approx Bandicoot. HEX triplet: 91, 8B and 5D. RGB value is (145,139,93). Sum of RGB (Red+Green+Blue) = 145+139+93=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #918B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B5D is #6E74A2. Grayscale: #878787. Windows color (decimal): -7238819 or 6130577. OLE color: 6130577.

HSL color Cylindrical-coordinate representation of color #918B5D: hue angle of 53.08º 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 #918B5D is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14513993-
CMYK00.040.360.43
HSL53.08º21.85%46.67%-
HSV(B)53.08º35.86%56.86%-
XYZ22.8925.2814.03-
YUV135.55103.99134.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.46%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=38.46%
G=36.87%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451399300.040.360.4353.0821.8546.67
Hex918B5D04242B35162f
Octal221213135044453652657
Binary10010001100010111011101010010010010101111010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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