Shades of Bitter #838D58
Tints of Bitter #838D58
RGB
CMYK
RGB Variations
Color information
#838D58 (or 0x838D58) is known color: Bitter. HEX triplet: 83, 8D and 58. RGB value is (131,141,88). Sum of RGB (Red+Green+Blue) = 131+141+88=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 141 - color contains mainly: green. Hex color #838D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D58 is #7C72A7. Grayscale: #848484. Windows color (decimal): -8155816 or 5803395. OLE color: 5803395.
HSL color Cylindrical-coordinate representation of color #838D58: hue angle of 71.32º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #838D58 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 88 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.45 |
| HSL | 71.32º | 0.23% | 0.45% | - |
| HSV(B) | 71.32º | 0.38% | 0.55% | - |
| XYZ | 20.65 | 24.58 | 12.89 | - |
| YUV | 131.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 88 | 0.07 | 0 | 0.38 | 0.45 | 71.32 | 0.23 | 0.45 |
| Hex | 83 | 8D | 58 | 7 | 0 | 26 | 2D | 47 | 17 | 2D |
| Octal | 203 | 215 | 130 | 7 | 0 | 46 | 55 | 107 | 27 | 55 |
| Binary | 10000011 | 10001101 | 1011000 | 111 | 0 | 100110 | 101101 | 1000111 | 10111 | 101101 |
Color Harmonies of #838D58
Complementary color
Monochromatic Colors of #838D58
Black with #838D58
Text Example
Text Example
White with #838D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D58; }
p { color: rgb(131,141,88); }
H1.HeaderClassName
{
color: #838D58;
}
.AnyTagClassName
{
color: #838D58;
}
</style>
background-color css
<style>
a { background-color: #838D58; }
a { background-color: rgb(131,141,88); }
div.DivClassName
{
background-color: #838D58;
}
.BgClassName
{
background-color: #838D58;
}
</style>
border-color css
<style>
span { border-color: #838D58; }
span { border-color: rgb(131,141,88); }
td.TdClassName
{
border-color: #838D58;
}
.TagClassName
{
border-color: #838D58;
}
</style>