Shades of Bitter #828C58
Tints of Bitter #828C58
RGB
CMYK
RGB Variations
Color information
#828C58 (or 0x828C58) is known color: Bitter. HEX triplet: 82, 8C and 58. RGB value is (130,140,88). Sum of RGB (Red+Green+Blue) = 130+140+88=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 140 - color contains mainly: green. Hex color #828C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C58 is #7D73A7. Grayscale: #838383. Windows color (decimal): -8221608 or 5803138. OLE color: 5803138.
HSL color Cylindrical-coordinate representation of color #828C58: hue angle of 71.54º 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 #828C58 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 88 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.45 |
| HSL | 71.54º | 0.23% | 0.45% | - |
| HSV(B) | 71.54º | 0.37% | 0.55% | - |
| XYZ | 20.35 | 24.21 | 12.83 | - |
| YUV | 131.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 88 | 0.07 | 0 | 0.37 | 0.45 | 71.54 | 0.23 | 0.45 |
| Hex | 82 | 8C | 58 | 7 | 0 | 25 | 2D | 48 | 17 | 2D |
| Octal | 202 | 214 | 130 | 7 | 0 | 45 | 55 | 110 | 27 | 55 |
| Binary | 10000010 | 10001100 | 1011000 | 111 | 0 | 100101 | 101101 | 1001000 | 10111 | 101101 |
Color Harmonies of #828C58
Complementary color
Monochromatic Colors of #828C58
Black with #828C58
Text Example
Text Example
White with #828C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C58; }
p { color: rgb(130,140,88); }
H1.HeaderClassName
{
color: #828C58;
}
.AnyTagClassName
{
color: #828C58;
}
</style>
background-color css
<style>
a { background-color: #828C58; }
a { background-color: rgb(130,140,88); }
div.DivClassName
{
background-color: #828C58;
}
.BgClassName
{
background-color: #828C58;
}
</style>
border-color css
<style>
span { border-color: #828C58; }
span { border-color: rgb(130,140,88); }
td.TdClassName
{
border-color: #828C58;
}
.TagClassName
{
border-color: #828C58;
}
</style>