#808964

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

Shades of Bitter #808964

Tints of Bitter #808964

Color information

#808964 (or 0x808964) is unknown color: approx Bitter. HEX triplet: 80, 89 and 64. RGB value is (128,137,100). Sum of RGB (Red+Green+Blue) = 128+137+100=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #808964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808964 is #7F769B. Grayscale: #828282. Windows color (decimal): -8353436 or 6588800. OLE color: 6588800.

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

Color convert

RGB128137100-
CMYK0.0700.270.46
HSL74.59º15.61%46.47%-
HSV(B)74.59º27.01%53.73%-
XYZ20.1523.415.51-
YUV130.09111.02126.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 100 (39.45% from 255) = 27.40%
R=35.07%
G=37.53%
B=27.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281371000.0700.270.4674.5915.6146.47
Hex808964701B2E4b102e
Octal2002111447033561132056
Binary10000000100010011100100111011011101110100101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808964; }

 p { color: rgb(128,137,100); }

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

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

 a { background-color: rgb(128,137,100); }

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

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

 span { border-color: rgb(128,137,100); }

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