Shades of Bitter #828D59
Tints of Bitter #828D59
RGB
CMYK
RGB Variations
Color information
#828D59 (or 0x828D59) is known color: Bitter. HEX triplet: 82, 8D and 59. RGB value is (130,141,89). Sum of RGB (Red+Green+Blue) = 130+141+89=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 141 - color contains mainly: green. Hex color #828D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D59 is #7D72A6. Grayscale: #838383. Windows color (decimal): -8221351 or 5868930. OLE color: 5868930.
HSL color Cylindrical-coordinate representation of color #828D59: hue angle of 72.69º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828D59 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 141 | 89 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.45 |
| HSL | 72.69º | 0.23% | 0.45% | - |
| HSV(B) | 72.69º | 0.37% | 0.55% | - |
| XYZ | 20.53 | 24.52 | 13.1 | - |
| YUV | 131.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 89 | 0.08 | 0 | 0.37 | 0.45 | 72.69 | 0.23 | 0.45 |
| Hex | 82 | 8D | 59 | 8 | 0 | 25 | 2D | 49 | 17 | 2D |
| Octal | 202 | 215 | 131 | 10 | 0 | 45 | 55 | 111 | 27 | 55 |
| Binary | 10000010 | 10001101 | 1011001 | 1000 | 0 | 100101 | 101101 | 1001001 | 10111 | 101101 |
Color Harmonies of #828D59
Complementary color
Monochromatic Colors of #828D59
Black with #828D59
Text Example
Text Example
White with #828D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D59; }
p { color: rgb(130,141,89); }
H1.HeaderClassName
{
color: #828D59;
}
.AnyTagClassName
{
color: #828D59;
}
</style>
background-color css
<style>
a { background-color: #828D59; }
a { background-color: rgb(130,141,89); }
div.DivClassName
{
background-color: #828D59;
}
.BgClassName
{
background-color: #828D59;
}
</style>
border-color css
<style>
span { border-color: #828D59; }
span { border-color: rgb(130,141,89); }
td.TdClassName
{
border-color: #828D59;
}
.TagClassName
{
border-color: #828D59;
}
</style>