#8B8D6D

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

Shades of Bitter #8B8D6D

Tints of Bitter #8B8D6D

Color information

#8B8D6D (or 0x8B8D6D) is unknown color: approx Bitter. HEX triplet: 8B, 8D and 6D. RGB value is (139,141,109). Sum of RGB (Red+Green+Blue) = 139+141+109=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8D6D is #747292. Grayscale: #888888. Windows color (decimal): -7631507 or 7179659. OLE color: 7179659.

HSL color Cylindrical-coordinate representation of color #8B8D6D: hue angle of 63.75º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B8D6D is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB139141109-
CMYK0.0100.230.45
HSL63.75º12.8%49.02%-
HSV(B)63.75º22.7%55.29%-
XYZ22.9325.6418.21-
YUV136.75112.34129.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.73%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 109 (42.97% from 255) = 28.02%
R=35.73%
G=36.25%
B=28.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391411090.0100.230.4563.7512.849.02
Hex8B8D6D10172D40d31
Octal2132151551027551001561
Binary10001011100011011101101101011110110110000001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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