Shades of Bitter #808268
Tints of Bitter #808268
RGB
CMYK
RGB Variations
Color information
#808268 (or 0x808268) is known color: Bitter. HEX triplet: 80, 82 and 68. RGB value is (128,130,104). Sum of RGB (Red+Green+Blue) = 128+130+104=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #808268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808268 is #7F7D97. Grayscale: #7E7E7E. Windows color (decimal): -8355224 or 6849152. OLE color: 6849152.
HSL color Cylindrical-coordinate representation of color #808268: hue angle of 64.62º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #808268 is Cyan = 0.02, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 104 | - |
| CMYK | 0.02 | 0 | 0.2 | 0.49 |
| HSL | 64.62º | 0.11% | 0.46% | - |
| HSV(B) | 64.62º | 0.2% | 0.51% | - |
| XYZ | 19.38 | 21.55 | 16.24 | - |
| YUV | 126.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 104 | 0.02 | 0 | 0.2 | 0.49 | 64.62 | 0.11 | 0.46 |
| Hex | 80 | 82 | 68 | 2 | 0 | 14 | 31 | 41 | B | 2E |
| Octal | 200 | 202 | 150 | 2 | 0 | 24 | 61 | 101 | 13 | 56 |
| Binary | 10000000 | 10000010 | 1101000 | 10 | 0 | 10100 | 110001 | 1000001 | 1011 | 101110 |
Color Harmonies of #808268
Complementary color
Monochromatic Colors of #808268
Black with #808268
Text Example
Text Example
White with #808268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808268; }
p { color: rgb(128,130,104); }
H1.HeaderClassName
{
color: #808268;
}
.AnyTagClassName
{
color: #808268;
}
</style>
background-color css
<style>
a { background-color: #808268; }
a { background-color: rgb(128,130,104); }
div.DivClassName
{
background-color: #808268;
}
.BgClassName
{
background-color: #808268;
}
</style>
border-color css
<style>
span { border-color: #808268; }
span { border-color: rgb(128,130,104); }
td.TdClassName
{
border-color: #808268;
}
.TagClassName
{
border-color: #808268;
}
</style>