Shades of Bitter #828A62
Tints of Bitter #828A62
RGB
CMYK
RGB Variations
Color information
#828A62 (or 0x828A62) is known color: Bitter. HEX triplet: 82, 8A and 62. RGB value is (130,138,98). Sum of RGB (Red+Green+Blue) = 130+138+98=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 138 - color contains mainly: green. Hex color #828A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A62 is #7D759D. Grayscale: #838383. Windows color (decimal): -8222110 or 6457986. OLE color: 6457986.
HSL color Cylindrical-coordinate representation of color #828A62: hue angle of 72º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #828A62 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 138 | 98 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.46 |
| HSL | 72º | 0.17% | 0.46% | - |
| HSV(B) | 72º | 0.29% | 0.54% | - |
| XYZ | 20.5 | 23.8 | 15.07 | - |
| YUV | 131.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 98 | 0.06 | 0 | 0.29 | 0.46 | 72 | 0.17 | 0.46 |
| Hex | 82 | 8A | 62 | 6 | 0 | 1D | 2E | 48 | 11 | 2E |
| Octal | 202 | 212 | 142 | 6 | 0 | 35 | 56 | 110 | 21 | 56 |
| Binary | 10000010 | 10001010 | 1100010 | 110 | 0 | 11101 | 101110 | 1001000 | 10001 | 101110 |
Color Harmonies of #828A62
Complementary color
Monochromatic Colors of #828A62
Black with #828A62
Text Example
Text Example
White with #828A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A62; }
p { color: rgb(130,138,98); }
H1.HeaderClassName
{
color: #828A62;
}
.AnyTagClassName
{
color: #828A62;
}
</style>
background-color css
<style>
a { background-color: #828A62; }
a { background-color: rgb(130,138,98); }
div.DivClassName
{
background-color: #828A62;
}
.BgClassName
{
background-color: #828A62;
}
</style>
border-color css
<style>
span { border-color: #828A62; }
span { border-color: rgb(130,138,98); }
td.TdClassName
{
border-color: #828A62;
}
.TagClassName
{
border-color: #828A62;
}
</style>