Shades of Chelsea Cucumber #839955
Tints of Chelsea Cucumber #839955
RGB
CMYK
RGB Variations
Color information
#839955 (or 0x839955) is known color: Chelsea Cucumber. HEX triplet: 83, 99 and 55. RGB value is (131,153,85). Sum of RGB (Red+Green+Blue) = 131+153+85=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #839955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839955 is #7C66AA. Grayscale: #8A8A8A. Windows color (decimal): -8152747 or 5609859. OLE color: 5609859.
HSL color Cylindrical-coordinate representation of color #839955: hue angle of 79.41º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #839955 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 85 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.4 |
| HSL | 79.41º | 0.29% | 0.47% | - |
| HSV(B) | 79.41º | 0.44% | 0.6% | - |
| XYZ | 22.39 | 28.26 | 12.87 | - |
| YUV | 138.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 85 | 0.14 | 0 | 0.44 | 0.4 | 79.41 | 0.29 | 0.47 |
| Hex | 83 | 99 | 55 | E | 0 | 2C | 28 | 4F | 1D | 2F |
| Octal | 203 | 231 | 125 | 16 | 0 | 54 | 50 | 117 | 35 | 57 |
| Binary | 10000011 | 10011001 | 1010101 | 1110 | 0 | 101100 | 101000 | 1001111 | 11101 | 101111 |
Color Harmonies of #839955
Complementary color
Monochromatic Colors of #839955
Black with #839955
Text Example
Text Example
White with #839955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839955; }
p { color: rgb(131,153,85); }
H1.HeaderClassName
{
color: #839955;
}
.AnyTagClassName
{
color: #839955;
}
</style>
background-color css
<style>
a { background-color: #839955; }
a { background-color: rgb(131,153,85); }
div.DivClassName
{
background-color: #839955;
}
.BgClassName
{
background-color: #839955;
}
</style>
border-color css
<style>
span { border-color: #839955; }
span { border-color: rgb(131,153,85); }
td.TdClassName
{
border-color: #839955;
}
.TagClassName
{
border-color: #839955;
}
</style>