#8B8D73

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

Shades of Bitter #8B8D73

Tints of Bitter #8B8D73

Color information

#8B8D73 (or 0x8B8D73) is unknown color: approx Bitter. HEX triplet: 8B, 8D and 73. RGB value is (139,141,115). Sum of RGB (Red+Green+Blue) = 139+141+115=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8D73 is #74728C. Grayscale: #898989. Windows color (decimal): -7631501 or 7572875. OLE color: 7572875.

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

Color convert

RGB139141115-
CMYK0.0100.180.45
HSL64.62º10.24%50.2%-
HSV(B)64.62º18.44%55.29%-
XYZ23.2725.7819.97-
YUV137.44115.34129.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.19%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 115 (45.31% from 255) = 29.11%
R=35.19%
G=35.70%
B=29.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391411150.0100.180.4564.6210.2450.2
Hex8B8D7310122D41a32
Octal2132151631022551011262
Binary10001011100011011110011101001010110110000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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