#808A64

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

Shades of Bitter #808A64

Tints of Bitter #808A64

Color information

#808A64 (or 0x808A64) is unknown color: approx Bitter. HEX triplet: 80, 8A and 64. RGB value is (128,138,100). Sum of RGB (Red+Green+Blue) = 128+138+100=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 138 - color contains mainly: green. Hex color #808A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A64 is #7F759B. Grayscale: #828282. Windows color (decimal): -8353180 or 6589056. OLE color: 6589056.

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

Color convert

RGB128138100-
CMYK0.0700.280.46
HSL75.79º15.97%46.67%-
HSV(B)75.79º27.54%54.12%-
XYZ20.2923.6915.56-
YUV130.68110.69126.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.97%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=34.97%
G=37.70%
B=27.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281381000.0700.280.4675.7915.9746.67
Hex808A64701C2E4c102f
Octal2002121447034561142057
Binary10000000100010101100100111011100101110100110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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