Shades of Chelsea Cucumber #829C52
Tints of Chelsea Cucumber #829C52
RGB
CMYK
RGB Variations
Color information
#829C52 (or 0x829C52) is known color: Chelsea Cucumber. HEX triplet: 82, 9C and 52. RGB value is (130,156,82). Sum of RGB (Red+Green+Blue) = 130+156+82=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #829C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829C52 is #7D63AD. Grayscale: #8C8C8C. Windows color (decimal): -8217518 or 5414018. OLE color: 5414018.
HSL color Cylindrical-coordinate representation of color #829C52: hue angle of 81.08º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #829C52 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 82 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.39 |
| HSL | 81.08º | 0.31% | 0.47% | - |
| HSV(B) | 81.08º | 0.47% | 0.61% | - |
| XYZ | 22.62 | 29.13 | 12.41 | - |
| YUV | 139.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 82 | 0.17 | 0 | 0.47 | 0.39 | 81.08 | 0.31 | 0.47 |
| Hex | 82 | 9C | 52 | 11 | 0 | 2F | 27 | 51 | 1F | 2F |
| Octal | 202 | 234 | 122 | 21 | 0 | 57 | 47 | 121 | 37 | 57 |
| Binary | 10000010 | 10011100 | 1010010 | 10001 | 0 | 101111 | 100111 | 1010001 | 11111 | 101111 |
Color Harmonies of #829C52
Complementary color
Monochromatic Colors of #829C52
Black with #829C52
Text Example
Text Example
White with #829C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C52; }
p { color: rgb(130,156,82); }
H1.HeaderClassName
{
color: #829C52;
}
.AnyTagClassName
{
color: #829C52;
}
</style>
background-color css
<style>
a { background-color: #829C52; }
a { background-color: rgb(130,156,82); }
div.DivClassName
{
background-color: #829C52;
}
.BgClassName
{
background-color: #829C52;
}
</style>
border-color css
<style>
span { border-color: #829C52; }
span { border-color: rgb(130,156,82); }
td.TdClassName
{
border-color: #829C52;
}
.TagClassName
{
border-color: #829C52;
}
</style>