Shades of Bitter #818560
Tints of Bitter #818560
RGB
CMYK
RGB Variations
Color information
#818560 (or 0x818560) is known color: Bitter. HEX triplet: 81, 85 and 60. RGB value is (129,133,96). Sum of RGB (Red+Green+Blue) = 129+133+96=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #818560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818560 is #7E7A9F. Grayscale: #7F7F7F. Windows color (decimal): -8288928 or 6325633. OLE color: 6325633.
HSL color Cylindrical-coordinate representation of color #818560: hue angle of 66.49º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #818560 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 133 | 96 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.48 |
| HSL | 66.49º | 0.16% | 0.45% | - |
| HSV(B) | 66.49º | 0.28% | 0.52% | - |
| XYZ | 19.55 | 22.29 | 14.34 | - |
| YUV | 127.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 96 | 0.03 | 0 | 0.28 | 0.48 | 66.49 | 0.16 | 0.45 |
| Hex | 81 | 85 | 60 | 3 | 0 | 1C | 30 | 42 | 10 | 2D |
| Octal | 201 | 205 | 140 | 3 | 0 | 34 | 60 | 102 | 20 | 55 |
| Binary | 10000001 | 10000101 | 1100000 | 11 | 0 | 11100 | 110000 | 1000010 | 10000 | 101101 |
Color Harmonies of #818560
Complementary color
Monochromatic Colors of #818560
Black with #818560
Text Example
Text Example
White with #818560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818560; }
p { color: rgb(129,133,96); }
H1.HeaderClassName
{
color: #818560;
}
.AnyTagClassName
{
color: #818560;
}
</style>
background-color css
<style>
a { background-color: #818560; }
a { background-color: rgb(129,133,96); }
div.DivClassName
{
background-color: #818560;
}
.BgClassName
{
background-color: #818560;
}
</style>
border-color css
<style>
span { border-color: #818560; }
span { border-color: rgb(129,133,96); }
td.TdClassName
{
border-color: #818560;
}
.TagClassName
{
border-color: #818560;
}
</style>