#918E5F

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

Shades of Bandicoot #918E5F

Tints of Bandicoot #918E5F

Color information

#918E5F (or 0x918E5F) is unknown color: approx Bandicoot. HEX triplet: 91, 8E and 5F. RGB value is (145,142,95). Sum of RGB (Red+Green+Blue) = 145+142+95=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #918E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E5F is #6E71A0. Grayscale: #898989. Windows color (decimal): -7238049 or 6262417. OLE color: 6262417.

HSL color Cylindrical-coordinate representation of color #918E5F: hue angle of 56.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #918E5F is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14514295-
CMYK00.020.340.43
HSL56.4º20.83%47.06%-
HSV(B)56.4º34.48%56.86%-
XYZ23.4226.1914.65-
YUV137.54103.99133.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=37.96%
G=37.17%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451429500.020.340.4356.420.8347.06
Hex918E5F02222B38152f
Octal221216137024253702557
Binary1001000110001110101111101010001010101111100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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