Shades of Bitter #828A60
Tints of Bitter #828A60
RGB
CMYK
RGB Variations
Color information
#828A60 (or 0x828A60) is known color: Bitter. HEX triplet: 82, 8A and 60. RGB value is (130,138,96). Sum of RGB (Red+Green+Blue) = 130+138+96=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 138 - color contains mainly: green. Hex color #828A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A60 is #7D759F. Grayscale: #828282. Windows color (decimal): -8222112 or 6326914. OLE color: 6326914.
HSL color Cylindrical-coordinate representation of color #828A60: hue angle of 71.43º 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 #828A60 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 138 | 96 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.46 |
| HSL | 71.43º | 0.18% | 0.46% | - |
| HSV(B) | 71.43º | 0.3% | 0.54% | - |
| XYZ | 20.41 | 23.77 | 14.58 | - |
| YUV | 130.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 96 | 0.06 | 0 | 0.30 | 0.46 | 71.43 | 0.18 | 0.46 |
| Hex | 82 | 8A | 60 | 6 | 0 | 1E | 2E | 47 | 12 | 2E |
| Octal | 202 | 212 | 140 | 6 | 0 | 36 | 56 | 107 | 22 | 56 |
| Binary | 10000010 | 10001010 | 1100000 | 110 | 0 | 11110 | 101110 | 1000111 | 10010 | 101110 |
Color Harmonies of #828A60
Complementary color
Monochromatic Colors of #828A60
Black with #828A60
Text Example
Text Example
White with #828A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A60; }
p { color: rgb(130,138,96); }
H1.HeaderClassName
{
color: #828A60;
}
.AnyTagClassName
{
color: #828A60;
}
</style>
background-color css
<style>
a { background-color: #828A60; }
a { background-color: rgb(130,138,96); }
div.DivClassName
{
background-color: #828A60;
}
.BgClassName
{
background-color: #828A60;
}
</style>
border-color css
<style>
span { border-color: #828A60; }
span { border-color: rgb(130,138,96); }
td.TdClassName
{
border-color: #828A60;
}
.TagClassName
{
border-color: #828A60;
}
</style>