Shades of Chelsea Cucumber #839952
Tints of Chelsea Cucumber #839952
RGB
CMYK
RGB Variations
Color information
#839952 (or 0x839952) is known color: Chelsea Cucumber. HEX triplet: 83, 99 and 52. RGB value is (131,153,82). Sum of RGB (Red+Green+Blue) = 131+153+82=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #839952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839952 is #7C66AD. Grayscale: #8A8A8A. Windows color (decimal): -8152750 or 5413251. OLE color: 5413251.
HSL color Cylindrical-coordinate representation of color #839952: hue angle of 78.59º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #839952 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 82 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.4 |
| HSL | 78.59º | 0.3% | 0.46% | - |
| HSV(B) | 78.59º | 0.46% | 0.6% | - |
| XYZ | 22.27 | 28.22 | 12.26 | - |
| YUV | 138.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 82 | 0.14 | 0 | 0.46 | 0.4 | 78.59 | 0.3 | 0.46 |
| Hex | 83 | 99 | 52 | E | 0 | 2E | 28 | 4F | 1E | 2E |
| Octal | 203 | 231 | 122 | 16 | 0 | 56 | 50 | 117 | 36 | 56 |
| Binary | 10000011 | 10011001 | 1010010 | 1110 | 0 | 101110 | 101000 | 1001111 | 11110 | 101110 |
Color Harmonies of #839952
Complementary color
Monochromatic Colors of #839952
Black with #839952
Text Example
Text Example
White with #839952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839952; }
p { color: rgb(131,153,82); }
H1.HeaderClassName
{
color: #839952;
}
.AnyTagClassName
{
color: #839952;
}
</style>
background-color css
<style>
a { background-color: #839952; }
a { background-color: rgb(131,153,82); }
div.DivClassName
{
background-color: #839952;
}
.BgClassName
{
background-color: #839952;
}
</style>
border-color css
<style>
span { border-color: #839952; }
span { border-color: rgb(131,153,82); }
td.TdClassName
{
border-color: #839952;
}
.TagClassName
{
border-color: #839952;
}
</style>