#808962

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

Shades of Bitter #808962

Tints of Bitter #808962

Color information

#808962 (or 0x808962) is unknown color: approx Bitter. HEX triplet: 80, 89 and 62. RGB value is (128,137,98). Sum of RGB (Red+Green+Blue) = 128+137+98=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #808962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808962 is #7F769D. Grayscale: #828282. Windows color (decimal): -8353438 or 6457728. OLE color: 6457728.

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

Color convert

RGB12813798-
CMYK0.0700.280.46
HSL73.85º16.6%46.08%-
HSV(B)73.85º28.47%53.73%-
XYZ20.0523.3615.01-
YUV129.86110.02126.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=35.26%
G=37.74%
B=27.00%

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
Decimal128137980.0700.280.4673.8516.646.08
Hex808962701C2E4a112e
Octal2002111427034561122156
Binary10000000100010011100010111011100101110100101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808962; }

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

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

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

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

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

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

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

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