#918D5F

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

Shades of Bandicoot #918D5F

Tints of Bandicoot #918D5F

Color information

#918D5F (or 0x918D5F) is unknown color: approx Bandicoot. HEX triplet: 91, 8D and 5F. RGB value is (145,141,95). Sum of RGB (Red+Green+Blue) = 145+141+95=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #918D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D5F is #6E72A0. Grayscale: #898989. Windows color (decimal): -7238305 or 6262161. OLE color: 6262161.

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

Color convert

RGB14514195-
CMYK00.030.340.43
HSL55.2º20.83%47.06%-
HSV(B)55.2º34.48%56.86%-
XYZ23.2725.914.6-
YUV136.95104.33133.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 141 (55.47% from 255) = 37.01%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=38.06%
G=37.01%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451419500.030.340.4355.220.8347.06
Hex918D5F03222B37152f
Octal221215137034253672557
Binary1001000110001101101111101110001010101111011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,141,95); }

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

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

 a { background-color: rgb(145,141,95); }

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

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

 span { border-color: rgb(145,141,95); }

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