Shades of Bitter #818562
Tints of Bitter #818562
RGB
CMYK
RGB Variations
Color information
#818562 (or 0x818562) is known color: Bitter. HEX triplet: 81, 85 and 62. RGB value is (129,133,98). Sum of RGB (Red+Green+Blue) = 129+133+98=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #818562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818562 is #7E7A9D. Grayscale: #7F7F7F. Windows color (decimal): -8288926 or 6456705. OLE color: 6456705.
HSL color Cylindrical-coordinate representation of color #818562: hue angle of 66.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #818562 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 133 | 98 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.48 |
| HSL | 66.86º | 0.15% | 0.45% | - |
| HSV(B) | 66.86º | 0.26% | 0.52% | - |
| XYZ | 19.65 | 22.32 | 14.83 | - |
| YUV | 127.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 98 | 0.03 | 0 | 0.26 | 0.48 | 66.86 | 0.15 | 0.45 |
| Hex | 81 | 85 | 62 | 3 | 0 | 1A | 30 | 43 | F | 2D |
| Octal | 201 | 205 | 142 | 3 | 0 | 32 | 60 | 103 | 17 | 55 |
| Binary | 10000001 | 10000101 | 1100010 | 11 | 0 | 11010 | 110000 | 1000011 | 1111 | 101101 |
Color Harmonies of #818562
Complementary color
Monochromatic Colors of #818562
Black with #818562
Text Example
Text Example
White with #818562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818562; }
p { color: rgb(129,133,98); }
H1.HeaderClassName
{
color: #818562;
}
.AnyTagClassName
{
color: #818562;
}
</style>
background-color css
<style>
a { background-color: #818562; }
a { background-color: rgb(129,133,98); }
div.DivClassName
{
background-color: #818562;
}
.BgClassName
{
background-color: #818562;
}
</style>
border-color css
<style>
span { border-color: #818562; }
span { border-color: rgb(129,133,98); }
td.TdClassName
{
border-color: #818562;
}
.TagClassName
{
border-color: #818562;
}
</style>