#808266

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

Shades of Bitter #808266

Tints of Bitter #808266

Color information

#808266 (or 0x808266) is unknown color: approx Bitter. HEX triplet: 80, 82 and 66. RGB value is (128,130,102). Sum of RGB (Red+Green+Blue) = 128+130+102=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 130 - color contains mainly: green. Hex color #808266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808266 is #7F7D99. Grayscale: #7E7E7E. Windows color (decimal): -8355226 or 6718080. OLE color: 6718080.

HSL color Cylindrical-coordinate representation of color #808266: hue angle of 64.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #808266 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB128130102-
CMYK0.0200.220.49
HSL64.29º12.07%45.49%-
HSV(B)64.29º21.54%50.98%-
XYZ19.2821.5115.71-
YUV126.21114.34129.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.56%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=35.56%
G=36.11%
B=28.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281301020.0200.220.4964.2912.0745.49
Hex80826620163140c2d
Octal2002021462026611001455
Binary100000001000001011001101001011011000110000001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808266; }

 p { color: rgb(128,130,102); }

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

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

 a { background-color: rgb(128,130,102); }

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

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

 span { border-color: rgb(128,130,102); }

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