#8B8E6D

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

Shades of Bitter #8B8E6D

Tints of Bitter #8B8E6D

Color information

#8B8E6D (or 0x8B8E6D) is unknown color: approx Bitter. HEX triplet: 8B, 8E and 6D. RGB value is (139,142,109). Sum of RGB (Red+Green+Blue) = 139+142+109=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8E6D is #747192. Grayscale: #898989. Windows color (decimal): -7631251 or 7179915. OLE color: 7179915.

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

Color convert

RGB139142109-
CMYK0.0200.230.44
HSL65.45º13.15%49.22%-
HSV(B)65.45º23.24%55.69%-
XYZ23.0825.9418.26-
YUV137.34112.01129.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.64%
GREEN value IS 142 (55.86% from 255) = 36.41%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=35.64%
G=36.41%
B=27.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391421090.0200.230.4465.4513.1549.22
Hex8B8E6D20172C41d31
Octal2132161552027541011561
Binary100010111000111011011011001011110110010000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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