Shades of Bitter #808462
Tints of Bitter #808462
RGB
CMYK
RGB Variations
Color information
#808462 (or 0x808462) is known color: Bitter. HEX triplet: 80, 84 and 62. RGB value is (128,132,98). Sum of RGB (Red+Green+Blue) = 128+132+98=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #808462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808462 is #7F7B9D. Grayscale: #7F7F7F. Windows color (decimal): -8354718 or 6456448. OLE color: 6456448.
HSL color Cylindrical-coordinate representation of color #808462: hue angle of 67.06º 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 #808462 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 98 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.48 |
| HSL | 67.06º | 0.15% | 0.45% | - |
| HSV(B) | 67.06º | 0.26% | 0.52% | - |
| XYZ | 19.36 | 21.97 | 14.78 | - |
| YUV | 126.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 98 | 0.03 | 0 | 0.26 | 0.48 | 67.06 | 0.15 | 0.45 |
| Hex | 80 | 84 | 62 | 3 | 0 | 1A | 30 | 43 | F | 2D |
| Octal | 200 | 204 | 142 | 3 | 0 | 32 | 60 | 103 | 17 | 55 |
| Binary | 10000000 | 10000100 | 1100010 | 11 | 0 | 11010 | 110000 | 1000011 | 1111 | 101101 |
Color Harmonies of #808462
Complementary color
Monochromatic Colors of #808462
Black with #808462
Text Example
Text Example
White with #808462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808462; }
p { color: rgb(128,132,98); }
H1.HeaderClassName
{
color: #808462;
}
.AnyTagClassName
{
color: #808462;
}
</style>
background-color css
<style>
a { background-color: #808462; }
a { background-color: rgb(128,132,98); }
div.DivClassName
{
background-color: #808462;
}
.BgClassName
{
background-color: #808462;
}
</style>
border-color css
<style>
span { border-color: #808462; }
span { border-color: rgb(128,132,98); }
td.TdClassName
{
border-color: #808462;
}
.TagClassName
{
border-color: #808462;
}
</style>