#8B916D

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

Shades of Bitter #8B916D

Tints of Bitter #8B916D

Color information

#8B916D (or 0x8B916D) is unknown color: approx Bitter. HEX triplet: 8B, 91 and 6D. RGB value is (139,145,109). Sum of RGB (Red+Green+Blue) = 139+145+109=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #8B916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B916D is #746E92. Grayscale: #8B8B8B. Windows color (decimal): -7630483 or 7180683. OLE color: 7180683.

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

Color convert

RGB139145109-
CMYK0.0400.250.43
HSL70º14.17%49.8%-
HSV(B)70º24.83%56.86%-
XYZ23.5326.8418.41-
YUV139.1111.01127.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.37%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=35.37%
G=36.90%
B=27.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391451090.0400.250.437014.1749.8
Hex8B916D40192B46e32
Octal2132211554031531061662
Binary1000101110010001110110110001100110101110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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