#8B8966

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

Shades of Bandicoot #8B8966

Tints of Bandicoot #8B8966

Color information

#8B8966 (or 0x8B8966) is unknown color: approx Bandicoot. HEX triplet: 8B, 89 and 66. RGB value is (139,137,102). Sum of RGB (Red+Green+Blue) = 139+137+102=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8966 is #747699. Grayscale: #858585. Windows color (decimal): -7632538 or 6719883. OLE color: 6719883.

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

Color convert

RGB139137102-
CMYK00.010.270.45
HSL56.76º15.35%47.25%-
HSV(B)56.76º26.62%54.51%-
XYZ21.9924.3416.11-
YUV133.61110.16131.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 137 (53.91% from 255) = 36.24%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=36.77%
G=36.24%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913710200.010.270.4556.7615.3547.25
Hex8B8966011B2D39f2f
Octal213211146013355711757
Binary1000101110001001110011001110111011011110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,137,102); }

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

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

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

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

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

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

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