#918B5B

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

Shades of Bandicoot #918B5B

Tints of Bandicoot #918B5B

Color information

#918B5B (or 0x918B5B) is unknown color: approx Bandicoot. HEX triplet: 91, 8B and 5B. RGB value is (145,139,91). Sum of RGB (Red+Green+Blue) = 145+139+91=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #918B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B5B is #6E74A4. Grayscale: #878787. Windows color (decimal): -7238821 or 5999505. OLE color: 5999505.

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

Color convert

RGB14513991-
CMYK00.040.370.43
HSL53.33º22.88%46.27%-
HSV(B)53.33º37.24%56.86%-
XYZ22.825.2413.57-
YUV135.32102.99134.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=38.67%
G=37.07%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451399100.040.370.4353.3322.8846.27
Hex918B5B04252B35172e
Octal221213133044553652756
Binary10010001100010111011011010010010110101111010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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