#918E5C

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

Shades of Bandicoot #918E5C

Tints of Bandicoot #918E5C

Color information

#918E5C (or 0x918E5C) is unknown color: approx Bandicoot. HEX triplet: 91, 8E and 5C. RGB value is (145,142,92). Sum of RGB (Red+Green+Blue) = 145+142+92=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #918E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E5C is #6E71A3. Grayscale: #898989. Windows color (decimal): -7238052 or 6065809. OLE color: 6065809.

HSL color Cylindrical-coordinate representation of color #918E5C: hue angle of 56.6º degrees, saturation: 0.22, 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 #918E5C is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14514292-
CMYK00.020.370.43
HSL56.6º22.36%46.47%-
HSV(B)56.6º36.55%56.86%-
XYZ23.2826.1413.94-
YUV137.2102.49133.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=38.26%
G=37.47%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451429200.020.370.4356.622.3646.47
Hex918E5C02252B39162e
Octal221216134024553712656
Binary1001000110001110101110001010010110101111100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,142,92); }

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

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

 a { background-color: rgb(145,142,92); }

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

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

 span { border-color: rgb(145,142,92); }

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