#918D59

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

Shades of Bandicoot #918D59

Tints of Bandicoot #918D59

Color information

#918D59 (or 0x918D59) is unknown color: approx Bandicoot. HEX triplet: 91, 8D and 59. RGB value is (145,141,89). Sum of RGB (Red+Green+Blue) = 145+141+89=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #918D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D59 is #6E72A6. Grayscale: #888888. Windows color (decimal): -7238311 or 5868945. OLE color: 5868945.

HSL color Cylindrical-coordinate representation of color #918D59: hue angle of 55.71º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #918D59 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB14514189-
CMYK00.030.390.43
HSL55.71º23.93%45.88%-
HSV(B)55.71º38.62%56.86%-
XYZ23.0125.7913.22-
YUV136.27101.33134.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 89 (35.16% from 255) = 23.73%
R=38.67%
G=37.6%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451418900.030.390.4355.7123.9345.88
Hex918D5903272B38182e
Octal221215131034753703056
Binary1001000110001101101100101110011110101111100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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