Shades of Chelsea Cucumber #839D50
Tints of Chelsea Cucumber #839D50
RGB
CMYK
RGB Variations
Color information
#839D50 (or 0x839D50) is known color: Chelsea Cucumber. HEX triplet: 83, 9D and 50. RGB value is (131,157,80). Sum of RGB (Red+Green+Blue) = 131+157+80=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #839D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839D50 is #7C62AF. Grayscale: #8C8C8C. Windows color (decimal): -8151728 or 5283203. OLE color: 5283203.
HSL color Cylindrical-coordinate representation of color #839D50: hue angle of 80.26º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #839D50 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 157 | 80 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.38 |
| HSL | 80.26º | 0.32% | 0.46% | - |
| HSV(B) | 80.26º | 0.49% | 0.62% | - |
| XYZ | 22.87 | 29.52 | 12.08 | - |
| YUV | 140.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 80 | 0.17 | 0 | 0.49 | 0.38 | 80.26 | 0.32 | 0.46 |
| Hex | 83 | 9D | 50 | 11 | 0 | 31 | 26 | 50 | 20 | 2E |
| Octal | 203 | 235 | 120 | 21 | 0 | 61 | 46 | 120 | 40 | 56 |
| Binary | 10000011 | 10011101 | 1010000 | 10001 | 0 | 110001 | 100110 | 1010000 | 100000 | 101110 |
Color Harmonies of #839D50
Complementary color
Monochromatic Colors of #839D50
Black with #839D50
Text Example
Text Example
White with #839D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839D50; }
p { color: rgb(131,157,80); }
H1.HeaderClassName
{
color: #839D50;
}
.AnyTagClassName
{
color: #839D50;
}
</style>
background-color css
<style>
a { background-color: #839D50; }
a { background-color: rgb(131,157,80); }
div.DivClassName
{
background-color: #839D50;
}
.BgClassName
{
background-color: #839D50;
}
</style>
border-color css
<style>
span { border-color: #839D50; }
span { border-color: rgb(131,157,80); }
td.TdClassName
{
border-color: #839D50;
}
.TagClassName
{
border-color: #839D50;
}
</style>