#8B9171

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

Shades of Bitter #8B9171

Tints of Bitter #8B9171

Color information

#8B9171 (or 0x8B9171) is unknown color: approx Bitter. HEX triplet: 8B, 91 and 71. RGB value is (139,145,113). Sum of RGB (Red+Green+Blue) = 139+145+113=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #8B9171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9171 is #746E8E. Grayscale: #8B8B8B. Windows color (decimal): -7630479 or 7442827. OLE color: 7442827.

HSL color Cylindrical-coordinate representation of color #8B9171: hue angle of 71.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B9171 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB139145113-
CMYK0.0400.220.43
HSL71.25º12.7%50.59%-
HSV(B)71.25º22.07%56.86%-
XYZ23.7526.9319.57-
YUV139.56113.01127.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.01%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=35.01%
G=36.52%
B=28.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391451130.0400.220.4371.2512.750.59
Hex8B917140162B47d33
Octal2132211614026531071563
Binary1000101110010001111000110001011010101110001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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