#918F5B

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

Shades of Bandicoot #918F5B

Tints of Bandicoot #918F5B

Color information

#918F5B (or 0x918F5B) is unknown color: approx Bandicoot. HEX triplet: 91, 8F and 5B. RGB value is (145,143,91). Sum of RGB (Red+Green+Blue) = 145+143+91=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #918F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F5B is #6E70A4. Grayscale: #898989. Windows color (decimal): -7237797 or 6000529. OLE color: 6000529.

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

Color convert

RGB14514391-
CMYK00.010.370.43
HSL57.78º22.88%46.27%-
HSV(B)57.78º37.24%56.86%-
XYZ23.3926.4213.76-
YUV137.67101.66133.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=38.26%
G=37.73%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451439100.010.370.4357.7822.8846.27
Hex918F5B01252B3a172e
Octal221217133014553722756
Binary100100011000111110110110110010110101111101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,143,91); }

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

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

 a { background-color: rgb(145,143,91); }

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

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

 span { border-color: rgb(145,143,91); }

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