Shades of Bitter #838D65
Tints of Bitter #838D65
RGB
CMYK
RGB Variations
Color information
#838D65 (or 0x838D65) is known color: Bitter. HEX triplet: 83, 8D and 65. RGB value is (131,141,101). Sum of RGB (Red+Green+Blue) = 131+141+101=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 141 - color contains mainly: green. Hex color #838D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D65 is #7C729A. Grayscale: #858585. Windows color (decimal): -8155803 or 6655363. OLE color: 6655363.
HSL color Cylindrical-coordinate representation of color #838D65: hue angle of 75º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #838D65 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 101 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.45 |
| HSL | 75º | 0.17% | 0.47% | - |
| HSV(B) | 75º | 0.28% | 0.55% | - |
| XYZ | 21.23 | 24.81 | 15.98 | - |
| YUV | 133.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 101 | 0.07 | 0 | 0.28 | 0.45 | 75 | 0.17 | 0.47 |
| Hex | 83 | 8D | 65 | 7 | 0 | 1C | 2D | 4B | 11 | 2F |
| Octal | 203 | 215 | 145 | 7 | 0 | 34 | 55 | 113 | 21 | 57 |
| Binary | 10000011 | 10001101 | 1100101 | 111 | 0 | 11100 | 101101 | 1001011 | 10001 | 101111 |
Color Harmonies of #838D65
Complementary color
Monochromatic Colors of #838D65
Black with #838D65
Text Example
Text Example
White with #838D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D65; }
p { color: rgb(131,141,101); }
H1.HeaderClassName
{
color: #838D65;
}
.AnyTagClassName
{
color: #838D65;
}
</style>
background-color css
<style>
a { background-color: #838D65; }
a { background-color: rgb(131,141,101); }
div.DivClassName
{
background-color: #838D65;
}
.BgClassName
{
background-color: #838D65;
}
</style>
border-color css
<style>
span { border-color: #838D65; }
span { border-color: rgb(131,141,101); }
td.TdClassName
{
border-color: #838D65;
}
.TagClassName
{
border-color: #838D65;
}
</style>