#808A5F

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

Shades of Bitter #808A5F

Tints of Bitter #808A5F

Color information

#808A5F (or 0x808A5F) is unknown color: approx Bitter. HEX triplet: 80, 8A and 5F. RGB value is (128,138,95). Sum of RGB (Red+Green+Blue) = 128+138+95=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 138 - color contains mainly: green. Hex color #808A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A5F is #7F75A0. Grayscale: #828282. Windows color (decimal): -8353185 or 6261376. OLE color: 6261376.

HSL color Cylindrical-coordinate representation of color #808A5F: hue angle of 73.95º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #808A5F is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB12813895-
CMYK0.0700.310.46
HSL73.95º18.45%45.69%-
HSV(B)73.95º31.16%54.12%-
XYZ20.0623.5914.32-
YUV130.11108.19126.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 138 (54.30% from 255) = 38.23%
BLUE value IS 95 (37.5% from 255) = 26.32%
R=35.46%
G=38.23%
B=26.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128138950.0700.310.4673.9518.4545.69
Hex808A5F701F2E4a122e
Octal2002121377037561122256
Binary10000000100010101011111111011111101110100101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,138,95); }

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

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

 a { background-color: rgb(128,138,95); }

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

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

 span { border-color: rgb(128,138,95); }

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