Shades of Bitter #828960
Tints of Bitter #828960
RGB
CMYK
RGB Variations
Color information
#828960 (or 0x828960) is known color: Bitter. HEX triplet: 82, 89 and 60. RGB value is (130,137,96). Sum of RGB (Red+Green+Blue) = 130+137+96=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #828960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828960 is #7D769F. Grayscale: #828282. Windows color (decimal): -8222368 or 6326658. OLE color: 6326658.
HSL color Cylindrical-coordinate representation of color #828960: hue angle of 70.24º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #828960 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 96 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.46 |
| HSL | 70.24º | 0.18% | 0.46% | - |
| HSV(B) | 70.24º | 0.3% | 0.54% | - |
| XYZ | 20.26 | 23.48 | 14.53 | - |
| YUV | 130.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 96 | 0.05 | 0 | 0.30 | 0.46 | 70.24 | 0.18 | 0.46 |
| Hex | 82 | 89 | 60 | 5 | 0 | 1E | 2E | 46 | 12 | 2E |
| Octal | 202 | 211 | 140 | 5 | 0 | 36 | 56 | 106 | 22 | 56 |
| Binary | 10000010 | 10001001 | 1100000 | 101 | 0 | 11110 | 101110 | 1000110 | 10010 | 101110 |
Color Harmonies of #828960
Complementary color
Monochromatic Colors of #828960
Black with #828960
Text Example
Text Example
White with #828960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828960; }
p { color: rgb(130,137,96); }
H1.HeaderClassName
{
color: #828960;
}
.AnyTagClassName
{
color: #828960;
}
</style>
background-color css
<style>
a { background-color: #828960; }
a { background-color: rgb(130,137,96); }
div.DivClassName
{
background-color: #828960;
}
.BgClassName
{
background-color: #828960;
}
</style>
border-color css
<style>
span { border-color: #828960; }
span { border-color: rgb(130,137,96); }
td.TdClassName
{
border-color: #828960;
}
.TagClassName
{
border-color: #828960;
}
</style>