#918E60

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

Shades of Bandicoot #918E60

Tints of Bandicoot #918E60

Color information

#918E60 (or 0x918E60) is unknown color: approx Bandicoot. HEX triplet: 91, 8E and 60. RGB value is (145,142,96). Sum of RGB (Red+Green+Blue) = 145+142+96=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #918E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E60 is #6E719F. Grayscale: #898989. Windows color (decimal): -7238048 or 6327953. OLE color: 6327953.

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

Color convert

RGB14514296-
CMYK00.020.340.43
HSL56.33º20.33%47.25%-
HSV(B)56.33º33.79%56.86%-
XYZ23.4626.2114.89-
YUV137.65104.49133.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=37.86%
G=37.08%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451429600.020.340.4356.3320.3347.25
Hex918E6002222B38142f
Octal221216140024253702457
Binary1001000110001110110000001010001010101111100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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