#918A5E

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

Shades of Bandicoot #918A5E

Tints of Bandicoot #918A5E

Color information

#918A5E (or 0x918A5E) is unknown color: approx Bandicoot. HEX triplet: 91, 8A and 5E. RGB value is (145,138,94). Sum of RGB (Red+Green+Blue) = 145+138+94=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #918A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A5E is #6E75A1. Grayscale: #878787. Windows color (decimal): -7239074 or 6195857. OLE color: 6195857.

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

Color convert

RGB14513894-
CMYK00.050.350.43
HSL51.76º21.34%46.86%-
HSV(B)51.76º35.17%56.86%-
XYZ22.792514.22-
YUV135.08104.82135.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.46%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=38.46%
G=36.60%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451389400.050.350.4351.7621.3446.86
Hex918A5E05232B34152f
Octal221212136054353642557
Binary10010001100010101011110010110001110101111010010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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