Shades of Bitter #838D60
Tints of Bitter #838D60
RGB
CMYK
RGB Variations
Color information
#838D60 (or 0x838D60) is known color: Bitter. HEX triplet: 83, 8D and 60. RGB value is (131,141,96). Sum of RGB (Red+Green+Blue) = 131+141+96=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 141 - color contains mainly: green. Hex color #838D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D60 is #7C729F. Grayscale: #858585. Windows color (decimal): -8155808 or 6327683. OLE color: 6327683.
HSL color Cylindrical-coordinate representation of color #838D60: hue angle of 73.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #838D60 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 96 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.45 |
| HSL | 73.33º | 0.19% | 0.46% | - |
| HSV(B) | 73.33º | 0.32% | 0.55% | - |
| XYZ | 21 | 24.72 | 14.73 | - |
| YUV | 132.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 96 | 0.07 | 0 | 0.32 | 0.45 | 73.33 | 0.19 | 0.46 |
| Hex | 83 | 8D | 60 | 7 | 0 | 20 | 2D | 49 | 13 | 2E |
| Octal | 203 | 215 | 140 | 7 | 0 | 40 | 55 | 111 | 23 | 56 |
| Binary | 10000011 | 10001101 | 1100000 | 111 | 0 | 100000 | 101101 | 1001001 | 10011 | 101110 |
Color Harmonies of #838D60
Complementary color
Monochromatic Colors of #838D60
Black with #838D60
Text Example
Text Example
White with #838D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D60; }
p { color: rgb(131,141,96); }
H1.HeaderClassName
{
color: #838D60;
}
.AnyTagClassName
{
color: #838D60;
}
</style>
background-color css
<style>
a { background-color: #838D60; }
a { background-color: rgb(131,141,96); }
div.DivClassName
{
background-color: #838D60;
}
.BgClassName
{
background-color: #838D60;
}
</style>
border-color css
<style>
span { border-color: #838D60; }
span { border-color: rgb(131,141,96); }
td.TdClassName
{
border-color: #838D60;
}
.TagClassName
{
border-color: #838D60;
}
</style>