#918B5F

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

Shades of Bandicoot #918B5F

Tints of Bandicoot #918B5F

Color information

#918B5F (or 0x918B5F) is unknown color: approx Bandicoot. HEX triplet: 91, 8B and 5F. RGB value is (145,139,95). Sum of RGB (Red+Green+Blue) = 145+139+95=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #918B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B5F is #6E74A0. Grayscale: #878787. Windows color (decimal): -7238817 or 6261649. OLE color: 6261649.

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

Color convert

RGB14513995-
CMYK00.040.340.43
HSL52.8º20.83%47.06%-
HSV(B)52.8º34.48%56.86%-
XYZ22.9825.3114.5-
YUV135.78104.99134.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=38.26%
G=36.68%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451399500.040.340.4352.820.8347.06
Hex918B5F04222B35152f
Octal221213137044253652557
Binary10010001100010111011111010010001010101111010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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