Shades of Bitter #838C58
Tints of Bitter #838C58
RGB
CMYK
RGB Variations
Color information
#838C58 (or 0x838C58) is known color: Bitter. HEX triplet: 83, 8C and 58. RGB value is (131,140,88). Sum of RGB (Red+Green+Blue) = 131+140+88=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 140 - color contains mainly: green. Hex color #838C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C58 is #7C73A7. Grayscale: #838383. Windows color (decimal): -8156072 or 5803139. OLE color: 5803139.
HSL color Cylindrical-coordinate representation of color #838C58: hue angle of 70.38º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #838C58 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 140 | 88 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.45 |
| HSL | 70.38º | 0.23% | 0.45% | - |
| HSV(B) | 70.38º | 0.37% | 0.55% | - |
| XYZ | 20.5 | 24.29 | 12.84 | - |
| YUV | 131.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 88 | 0.06 | 0 | 0.37 | 0.45 | 70.38 | 0.23 | 0.45 |
| Hex | 83 | 8C | 58 | 6 | 0 | 25 | 2D | 46 | 17 | 2D |
| Octal | 203 | 214 | 130 | 6 | 0 | 45 | 55 | 106 | 27 | 55 |
| Binary | 10000011 | 10001100 | 1011000 | 110 | 0 | 100101 | 101101 | 1000110 | 10111 | 101101 |
Color Harmonies of #838C58
Complementary color
Monochromatic Colors of #838C58
Black with #838C58
Text Example
Text Example
White with #838C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838C58; }
p { color: rgb(131,140,88); }
H1.HeaderClassName
{
color: #838C58;
}
.AnyTagClassName
{
color: #838C58;
}
</style>
background-color css
<style>
a { background-color: #838C58; }
a { background-color: rgb(131,140,88); }
div.DivClassName
{
background-color: #838C58;
}
.BgClassName
{
background-color: #838C58;
}
</style>
border-color css
<style>
span { border-color: #838C58; }
span { border-color: rgb(131,140,88); }
td.TdClassName
{
border-color: #838C58;
}
.TagClassName
{
border-color: #838C58;
}
</style>