Shades of Chelsea Cucumber #839850
Tints of Chelsea Cucumber #839850
RGB
CMYK
RGB Variations
Color information
#839850 (or 0x839850) is known color: Chelsea Cucumber. HEX triplet: 83, 98 and 50. RGB value is (131,152,80). Sum of RGB (Red+Green+Blue) = 131+152+80=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #839850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839850 is #7C67AF. Grayscale: #898989. Windows color (decimal): -8153008 or 5281923. OLE color: 5281923.
HSL color Cylindrical-coordinate representation of color #839850: hue angle of 77.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #839850 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 152 | 80 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.40 |
| HSL | 77.5º | 0.31% | 0.45% | - |
| HSV(B) | 77.5º | 0.47% | 0.6% | - |
| XYZ | 22.04 | 27.86 | 11.81 | - |
| YUV | 137.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 80 | 0.14 | 0 | 0.47 | 0.40 | 77.5 | 0.31 | 0.45 |
| Hex | 83 | 98 | 50 | E | 0 | 2F | 28 | 4E | 1F | 2D |
| Octal | 203 | 230 | 120 | 16 | 0 | 57 | 50 | 116 | 37 | 55 |
| Binary | 10000011 | 10011000 | 1010000 | 1110 | 0 | 101111 | 101000 | 1001110 | 11111 | 101101 |
Color Harmonies of #839850
Complementary color
Monochromatic Colors of #839850
Black with #839850
Text Example
Text Example
White with #839850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839850; }
p { color: rgb(131,152,80); }
H1.HeaderClassName
{
color: #839850;
}
.AnyTagClassName
{
color: #839850;
}
</style>
background-color css
<style>
a { background-color: #839850; }
a { background-color: rgb(131,152,80); }
div.DivClassName
{
background-color: #839850;
}
.BgClassName
{
background-color: #839850;
}
</style>
border-color css
<style>
span { border-color: #839850; }
span { border-color: rgb(131,152,80); }
td.TdClassName
{
border-color: #839850;
}
.TagClassName
{
border-color: #839850;
}
</style>