Shades of Bitter #808266
Tints of Bitter #808266
RGB
CMYK
RGB Variations
Color information
#808266 (or 0x808266) is known color: 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
| RGB | 128 | 130 | 102 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.49 |
| HSL | 64.29º | 0.12% | 0.45% | - |
| HSV(B) | 64.29º | 0.22% | 0.51% | - |
| XYZ | 19.28 | 21.51 | 15.71 | - |
| YUV | 126.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 102 | 0.02 | 0 | 0.22 | 0.49 | 64.29 | 0.12 | 0.45 |
| Hex | 80 | 82 | 66 | 2 | 0 | 16 | 31 | 40 | C | 2D |
| Octal | 200 | 202 | 146 | 2 | 0 | 26 | 61 | 100 | 14 | 55 |
| Binary | 10000000 | 10000010 | 1100110 | 10 | 0 | 10110 | 110001 | 1000000 | 1100 | 101101 |
Color Harmonies of #808266
Complementary color
Monochromatic Colors of #808266
Black with #808266
Text Example
Text Example
White with #808266
Text Example
Text Example
HTML Codes & Css Web 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>