#8B9073

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

Shades of Bitter #8B9073

Tints of Bitter #8B9073

Color information

#8B9073 (or 0x8B9073) is unknown color: approx Bitter. HEX triplet: 8B, 90 and 73. RGB value is (139,144,115). Sum of RGB (Red+Green+Blue) = 139+144+115=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 144 - color contains mainly: green. Hex color #8B9073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9073 is #746F8C. Grayscale: #8B8B8B. Windows color (decimal): -7630733 or 7573643. OLE color: 7573643.

HSL color Cylindrical-coordinate representation of color #8B9073: hue angle of 70.34º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B9073 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB139144115-
CMYK0.0300.200.44
HSL70.34º11.55%50.78%-
HSV(B)70.34º20.14%56.47%-
XYZ23.7226.6720.12-
YUV139.2114.34127.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=34.92%
G=36.18%
B=28.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391441150.0300.200.4470.3411.5550.78
Hex8B907330142C46c33
Octal2132201633024541061463
Binary100010111001000011100111101010010110010001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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