Shades of Chelsea Cucumber #829D56
Tints of Chelsea Cucumber #829D56
RGB
CMYK
RGB Variations
Color information
#829D56 (or 0x829D56) is known color: Chelsea Cucumber. HEX triplet: 82, 9D and 56. RGB value is (130,157,86). Sum of RGB (Red+Green+Blue) = 130+157+86=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #829D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829D56 is #7D62A9. Grayscale: #8D8D8D. Windows color (decimal): -8217258 or 5676418. OLE color: 5676418.
HSL color Cylindrical-coordinate representation of color #829D56: hue angle of 82.82º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #829D56 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 157 | 86 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.38 |
| HSL | 82.82º | 0.29% | 0.48% | - |
| HSV(B) | 82.82º | 0.45% | 0.62% | - |
| XYZ | 22.94 | 29.53 | 13.3 | - |
| YUV | 140.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 86 | 0.17 | 0 | 0.45 | 0.38 | 82.82 | 0.29 | 0.48 |
| Hex | 82 | 9D | 56 | 11 | 0 | 2D | 26 | 53 | 1D | 30 |
| Octal | 202 | 235 | 126 | 21 | 0 | 55 | 46 | 123 | 35 | 60 |
| Binary | 10000010 | 10011101 | 1010110 | 10001 | 0 | 101101 | 100110 | 1010011 | 11101 | 110000 |
Color Harmonies of #829D56
Complementary color
Monochromatic Colors of #829D56
Black with #829D56
Text Example
Text Example
White with #829D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829D56; }
p { color: rgb(130,157,86); }
H1.HeaderClassName
{
color: #829D56;
}
.AnyTagClassName
{
color: #829D56;
}
</style>
background-color css
<style>
a { background-color: #829D56; }
a { background-color: rgb(130,157,86); }
div.DivClassName
{
background-color: #829D56;
}
.BgClassName
{
background-color: #829D56;
}
</style>
border-color css
<style>
span { border-color: #829D56; }
span { border-color: rgb(130,157,86); }
td.TdClassName
{
border-color: #829D56;
}
.TagClassName
{
border-color: #829D56;
}
</style>