#8B8D71

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

Shades of Bitter #8B8D71

Tints of Bitter #8B8D71

Color information

#8B8D71 (or 0x8B8D71) is unknown color: approx Bitter. HEX triplet: 8B, 8D and 71. RGB value is (139,141,113). Sum of RGB (Red+Green+Blue) = 139+141+113=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8D71 is #74728E. Grayscale: #898989. Windows color (decimal): -7631503 or 7441803. OLE color: 7441803.

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

Color convert

RGB139141113-
CMYK0.0100.200.45
HSL64.29º11.02%49.8%-
HSV(B)64.29º19.86%55.29%-
XYZ23.1525.7319.37-
YUV137.21114.34129.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.37%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=35.37%
G=35.88%
B=28.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391411130.0100.200.4564.2911.0249.8
Hex8B8D7110142D40b32
Octal2132151611024551001362
Binary10001011100011011110001101010010110110000001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,141,113); }

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

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

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

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

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

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

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