#918F55

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

Shades of Bandicoot #918F55

Tints of Bandicoot #918F55

Color information

#918F55 (or 0x918F55) is unknown color: approx Bandicoot. HEX triplet: 91, 8F and 55. RGB value is (145,143,85). Sum of RGB (Red+Green+Blue) = 145+143+85=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #918F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F55 is #6E70AA. Grayscale: #898989. Windows color (decimal): -7237803 or 5607313. OLE color: 5607313.

HSL color Cylindrical-coordinate representation of color #918F55: hue angle of 58º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #918F55 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB14514385-
CMYK00.010.410.43
HSL58º26.09%45.1%-
HSV(B)58º41.38%56.86%-
XYZ23.1426.3212.46-
YUV136.9998.66133.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.87%
GREEN value IS 143 (56.25% from 255) = 38.34%
BLUE value IS 85 (33.59% from 255) = 22.79%
R=38.87%
G=38.34%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451438500.010.410.435826.0945.1
Hex918F5501292B3a1a2d
Octal221217125015153723255
Binary100100011000111110101010110100110101111101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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