#918D57

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

Shades of Bandicoot #918D57

Tints of Bandicoot #918D57

Color information

#918D57 (or 0x918D57) is unknown color: approx Bandicoot. HEX triplet: 91, 8D and 57. RGB value is (145,141,87). Sum of RGB (Red+Green+Blue) = 145+141+87=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #918D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D57 is #6E72A8. Grayscale: #888888. Windows color (decimal): -7238313 or 5737873. OLE color: 5737873.

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

Color convert

RGB14514187-
CMYK00.030.40.43
HSL55.86º25%45.49%-
HSV(B)55.86º40%56.86%-
XYZ22.9225.7612.78-
YUV136.04100.33134.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.87%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 87 (34.38% from 255) = 23.32%
R=38.87%
G=37.80%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451418700.030.40.4355.862545.49
Hex918D5703282B38192d
Octal221215127035053703155
Binary1001000110001101101011101110100010101111100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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