#918B59

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

Shades of Bandicoot #918B59

Tints of Bandicoot #918B59

Color information

#918B59 (or 0x918B59) is unknown color: approx Bandicoot. HEX triplet: 91, 8B and 59. RGB value is (145,139,89). Sum of RGB (Red+Green+Blue) = 145+139+89=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #918B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B59 is #6E74A6. Grayscale: #878787. Windows color (decimal): -7238823 or 5868433. OLE color: 5868433.

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

Color convert

RGB14513989-
CMYK00.040.390.43
HSL53.57º23.93%45.88%-
HSV(B)53.57º38.62%56.86%-
XYZ22.7125.2113.12-
YUV135.09101.99135.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.87%
GREEN value IS 139 (54.69% from 255) = 37.27%
BLUE value IS 89 (35.16% from 255) = 23.86%
R=38.87%
G=37.27%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451398900.040.390.4353.5723.9345.88
Hex918B5904272B36182e
Octal221213131044753663056
Binary10010001100010111011001010010011110101111011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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