#8C8B5C

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

Shades of Bandicoot #8C8B5C

Tints of Bandicoot #8C8B5C

Color information

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

HSL color Cylindrical-coordinate representation of color #8C8B5C: hue angle of 58.75º 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 #8C8B5C is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB14013992-
CMYK00.010.340.45
HSL58.75º20.69%45.49%-
HSV(B)58.75º34.29%54.9%-
XYZ21.9824.8113.76-
YUV133.94104.33132.32-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401399200.010.340.4558.7520.6945.49
Hex8C8B5C01222D3b152d
Octal214213134014255732555
Binary100011001000101110111000110001010110111101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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