#918F60

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

Shades of Bandicoot #918F60

Tints of Bandicoot #918F60

Color information

#918F60 (or 0x918F60) is unknown color: approx Bandicoot. HEX triplet: 91, 8F and 60. RGB value is (145,143,96). Sum of RGB (Red+Green+Blue) = 145+143+96=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #918F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F60 is #6E709F. Grayscale: #8A8A8A. Windows color (decimal): -7237792 or 6328209. OLE color: 6328209.

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

Color convert

RGB14514396-
CMYK00.010.340.43
HSL57.55º20.33%47.25%-
HSV(B)57.55º33.79%56.86%-
XYZ23.6126.5114.94-
YUV138.24104.16132.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.76%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 96 (37.89% from 255) = 25%
R=37.76%
G=37.24%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451439600.010.340.4357.5520.3347.25
Hex918F6001222B3a142f
Octal221217140014253722457
Binary100100011000111111000000110001010101111101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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