#808B5E

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

Shades of Bitter #808B5E

Tints of Bitter #808B5E

Color information

#808B5E (or 0x808B5E) is unknown color: approx Bitter. HEX triplet: 80, 8B and 5E. RGB value is (128,139,94). Sum of RGB (Red+Green+Blue) = 128+139+94=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #808B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808B5E is #7F74A1. Grayscale: #828282. Windows color (decimal): -8352930 or 6196096. OLE color: 6196096.

HSL color Cylindrical-coordinate representation of color #808B5E: hue angle of 74.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #808B5E is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB12813994-
CMYK0.0800.320.45
HSL74.67º19.31%45.69%-
HSV(B)74.67º32.37%54.51%-
XYZ20.1623.8614.13-
YUV130.58107.36126.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 94 (37.11% from 255) = 26.04%
R=35.46%
G=38.50%
B=26.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128139940.0800.320.4574.6719.3145.69
Hex808B5E80202D4b132e
Octal20021313610040551132356
Binary1000000010001011101111010000100000101101100101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808B5E; }

 p { color: rgb(128,139,94); }

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

<style>
 a { background-color: #808B5E; }

 a { background-color: rgb(128,139,94); }

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

<style>
 span { border-color: #808B5E; }

 span { border-color: rgb(128,139,94); }

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