#8B8B59

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

Shades of Bandicoot #8B8B59

Tints of Bandicoot #8B8B59

Color information

#8B8B59 (or 0x8B8B59) is unknown color: approx Bandicoot. HEX triplet: 8B, 8B and 59. RGB value is (139,139,89). Sum of RGB (Red+Green+Blue) = 139+139+89=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 139 - color contains mainly: red, green. Hex color #8B8B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8B59 is #7474A6. Grayscale: #858585. Windows color (decimal): -7632039 or 5868427. OLE color: 5868427.

HSL color Cylindrical-coordinate representation of color #8B8B59: hue angle of 60º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B8B59 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB13913989-
CMYK000.360.45
HSL60º21.93%44.71%-
HSV(B)60º35.97%54.51%-
XYZ21.6824.6813.07-
YUV133.3103132.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.87%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 89 (35.16% from 255) = 24.25%
R=37.87%
G=37.87%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913989000.360.456021.9344.71
Hex8B8B5900242D3c162d
Octal213213131004455742655
Binary100010111000101110110010010010010110111110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8B59; }

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

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

<style>
 a { background-color: #8B8B59; }

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

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

<style>
 span { border-color: #8B8B59; }

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

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