#8B8B5A

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

Shades of Bandicoot #8B8B5A

Tints of Bandicoot #8B8B5A

Color information

#8B8B5A (or 0x8B8B5A) is unknown color: approx Bandicoot. HEX triplet: 8B, 8B and 5A. RGB value is (139,139,90). Sum of RGB (Red+Green+Blue) = 139+139+90=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 139 - color contains mainly: red, green. Hex color #8B8B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8B5A is #7474A5. Grayscale: #858585. Windows color (decimal): -7632038 or 5933963. OLE color: 5933963.

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

Color convert

RGB13913990-
CMYK000.350.45
HSL60º21.4%44.9%-
HSV(B)60º35.25%54.51%-
XYZ21.7324.6913.29-
YUV133.41103.5131.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.77%
GREEN value IS 139 (54.69% from 255) = 37.77%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=37.77%
G=37.77%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913990000.350.456021.444.9
Hex8B8B5A00232D3c152d
Octal213213132004355742555
Binary100010111000101110110100010001110110111110010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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