#918C5B

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

Shades of Bandicoot #918C5B

Tints of Bandicoot #918C5B

Color information

#918C5B (or 0x918C5B) is unknown color: approx Bandicoot. HEX triplet: 91, 8C and 5B. RGB value is (145,140,91). Sum of RGB (Red+Green+Blue) = 145+140+91=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #918C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C5B is #6E73A4. Grayscale: #888888. Windows color (decimal): -7238565 or 5999761. OLE color: 5999761.

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

Color convert

RGB14514091-
CMYK00.030.370.43
HSL54.44º22.88%46.27%-
HSV(B)54.44º37.24%56.86%-
XYZ22.9425.5313.62-
YUV135.91102.66134.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=38.56%
G=37.23%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451409100.030.370.4354.4422.8846.27
Hex918C5B03252B36172e
Octal221214133034553662756
Binary1001000110001100101101101110010110101111011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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