#8B916E

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

Shades of Bitter #8B916E

Tints of Bitter #8B916E

Color information

#8B916E (or 0x8B916E) is unknown color: approx Bitter. HEX triplet: 8B, 91 and 6E. RGB value is (139,145,110). Sum of RGB (Red+Green+Blue) = 139+145+110=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #8B916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B916E is #746E91. Grayscale: #8B8B8B. Windows color (decimal): -7630482 or 7246219. OLE color: 7246219.

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

Color convert

RGB139145110-
CMYK0.0400.240.43
HSL70.29º13.73%50%-
HSV(B)70.29º24.14%56.86%-
XYZ23.5926.8718.69-
YUV139.22111.51127.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.28%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=35.28%
G=36.80%
B=27.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391451100.0400.240.4370.2913.7350
Hex8B916E40182B46e32
Octal2132211564030531061662
Binary1000101110010001110111010001100010101110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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