#918F57

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

Shades of Bandicoot #918F57

Tints of Bandicoot #918F57

Color information

#918F57 (or 0x918F57) is unknown color: approx Bandicoot. HEX triplet: 91, 8F and 57. RGB value is (145,143,87). Sum of RGB (Red+Green+Blue) = 145+143+87=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #918F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F57 is #6E70A8. Grayscale: #898989. Windows color (decimal): -7237801 or 5738385. OLE color: 5738385.

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

Color convert

RGB14514387-
CMYK00.010.40.43
HSL57.93º25%45.49%-
HSV(B)57.93º40%56.86%-
XYZ23.2226.3512.88-
YUV137.2199.66133.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 143 (56.25% from 255) = 38.13%
BLUE value IS 87 (34.38% from 255) = 23.2%
R=38.67%
G=38.13%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451438700.010.40.4357.932545.49
Hex918F5701282B3a192d
Octal221217127015053723155
Binary100100011000111110101110110100010101111101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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