#918B5E

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

Shades of Bandicoot #918B5E

Tints of Bandicoot #918B5E

Color information

#918B5E (or 0x918B5E) is unknown color: approx Bandicoot. HEX triplet: 91, 8B and 5E. RGB value is (145,139,94). Sum of RGB (Red+Green+Blue) = 145+139+94=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #918B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B5E is #6E74A1. Grayscale: #878787. Windows color (decimal): -7238818 or 6196113. OLE color: 6196113.

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

Color convert

RGB14513994-
CMYK00.040.350.43
HSL52.94º21.34%46.86%-
HSV(B)52.94º35.17%56.86%-
XYZ22.9325.2914.26-
YUV135.66104.49134.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 139 (54.69% from 255) = 36.77%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=38.36%
G=36.77%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451399400.040.350.4352.9421.3446.86
Hex918B5E04232B35152f
Octal221213136044353652557
Binary10010001100010111011110010010001110101111010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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