#8B906D

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

Shades of Bitter #8B906D

Tints of Bitter #8B906D

Color information

#8B906D (or 0x8B906D) is unknown color: approx Bitter. HEX triplet: 8B, 90 and 6D. RGB value is (139,144,109). Sum of RGB (Red+Green+Blue) = 139+144+109=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #8B906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B906D is #746F92. Grayscale: #8A8A8A. Windows color (decimal): -7630739 or 7180427. OLE color: 7180427.

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

Color convert

RGB139144109-
CMYK0.0300.240.44
HSL68.57º13.83%49.61%-
HSV(B)68.57º24.31%56.47%-
XYZ23.3826.5418.36-
YUV138.51111.34128.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 109 (42.97% from 255) = 27.81%
R=35.46%
G=36.73%
B=27.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391441090.0300.240.4468.5713.8349.61
Hex8B906D30182C45e32
Octal2132201553030541051662
Binary100010111001000011011011101100010110010001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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