#8B8C5C

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

Shades of Bandicoot #8B8C5C

Tints of Bandicoot #8B8C5C

Color information

#8B8C5C (or 0x8B8C5C) is unknown color: approx Bandicoot. HEX triplet: 8B, 8C and 5C. RGB value is (139,140,92). Sum of RGB (Red+Green+Blue) = 139+140+92=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 140 - color contains mainly: green. Hex color #8B8C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8C5C is #7473A3. Grayscale: #868686. Windows color (decimal): -7631780 or 6065291. OLE color: 6065291.

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

Color convert

RGB13914092-
CMYK0.0100.340.45
HSL61.25º20.69%45.49%-
HSV(B)61.25º34.29%54.9%-
XYZ21.9625.0213.8-
YUV134.23104.17131.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.47%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=37.47%
G=37.74%
B=24.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139140920.0100.340.4561.2520.6945.49
Hex8B8C5C10222D3d152d
Octal213214134104255752555
Binary100010111000110010111001010001010110111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,140,92); }

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

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

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

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

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

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

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