#918A5B

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

Shades of Bandicoot #918A5B

Tints of Bandicoot #918A5B

Color information

#918A5B (or 0x918A5B) is unknown color: approx Bandicoot. HEX triplet: 91, 8A and 5B. RGB value is (145,138,91). Sum of RGB (Red+Green+Blue) = 145+138+91=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #918A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A5B is #6E75A4. Grayscale: #868686. Windows color (decimal): -7239077 or 5999249. OLE color: 5999249.

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

Color convert

RGB14513891-
CMYK00.050.370.43
HSL52.22º22.88%46.27%-
HSV(B)52.22º37.24%56.86%-
XYZ22.6524.9513.52-
YUV134.73103.32135.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.77%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 91 (35.94% from 255) = 24.33%
R=38.77%
G=36.90%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451389100.050.370.4352.2222.8846.27
Hex918A5B05252B34172e
Octal221212133054553642756
Binary10010001100010101011011010110010110101111010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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