Shades of Bitter #828460
Tints of Bitter #828460
RGB
CMYK
RGB Variations
Color information
#828460 (or 0x828460) is known color: Bitter. HEX triplet: 82, 84 and 60. RGB value is (130,132,96). Sum of RGB (Red+Green+Blue) = 130+132+96=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #828460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828460 is #7D7B9F. Grayscale: #7F7F7F. Windows color (decimal): -8223648 or 6325378. OLE color: 6325378.
HSL color Cylindrical-coordinate representation of color #828460: hue angle of 63.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #828460 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 96 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.48 |
| HSL | 63.33º | 0.16% | 0.45% | - |
| HSV(B) | 63.33º | 0.27% | 0.52% | - |
| XYZ | 19.57 | 22.09 | 14.3 | - |
| YUV | 127.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 96 | 0.02 | 0 | 0.27 | 0.48 | 63.33 | 0.16 | 0.45 |
| Hex | 82 | 84 | 60 | 2 | 0 | 1B | 30 | 3F | 10 | 2D |
| Octal | 202 | 204 | 140 | 2 | 0 | 33 | 60 | 77 | 20 | 55 |
| Binary | 10000010 | 10000100 | 1100000 | 10 | 0 | 11011 | 110000 | 111111 | 10000 | 101101 |
Color Harmonies of #828460
Complementary color
Monochromatic Colors of #828460
Black with #828460
Text Example
Text Example
White with #828460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828460; }
p { color: rgb(130,132,96); }
H1.HeaderClassName
{
color: #828460;
}
.AnyTagClassName
{
color: #828460;
}
</style>
background-color css
<style>
a { background-color: #828460; }
a { background-color: rgb(130,132,96); }
div.DivClassName
{
background-color: #828460;
}
.BgClassName
{
background-color: #828460;
}
</style>
border-color css
<style>
span { border-color: #828460; }
span { border-color: rgb(130,132,96); }
td.TdClassName
{
border-color: #828460;
}
.TagClassName
{
border-color: #828460;
}
</style>