Shades of Chelsea Cucumber #829C53
Tints of Chelsea Cucumber #829C53
RGB
CMYK
RGB Variations
Color information
#829C53 (or 0x829C53) is known color: Chelsea Cucumber. HEX triplet: 82, 9C and 53. RGB value is (130,156,83). Sum of RGB (Red+Green+Blue) = 130+156+83=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #829C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829C53 is #7D63AC. Grayscale: #8C8C8C. Windows color (decimal): -8217517 or 5479554. OLE color: 5479554.
HSL color Cylindrical-coordinate representation of color #829C53: hue angle of 81.37º 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 #829C53 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 83 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.39 |
| HSL | 81.37º | 0.31% | 0.47% | - |
| HSV(B) | 81.37º | 0.47% | 0.61% | - |
| XYZ | 22.66 | 29.15 | 12.62 | - |
| YUV | 139.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 83 | 0.17 | 0 | 0.47 | 0.39 | 81.37 | 0.31 | 0.47 |
| Hex | 82 | 9C | 53 | 11 | 0 | 2F | 27 | 51 | 1F | 2F |
| Octal | 202 | 234 | 123 | 21 | 0 | 57 | 47 | 121 | 37 | 57 |
| Binary | 10000010 | 10011100 | 1010011 | 10001 | 0 | 101111 | 100111 | 1010001 | 11111 | 101111 |
Color Harmonies of #829C53
Complementary color
Monochromatic Colors of #829C53
Black with #829C53
Text Example
Text Example
White with #829C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C53; }
p { color: rgb(130,156,83); }
H1.HeaderClassName
{
color: #829C53;
}
.AnyTagClassName
{
color: #829C53;
}
</style>
background-color css
<style>
a { background-color: #829C53; }
a { background-color: rgb(130,156,83); }
div.DivClassName
{
background-color: #829C53;
}
.BgClassName
{
background-color: #829C53;
}
</style>
border-color css
<style>
span { border-color: #829C53; }
span { border-color: rgb(130,156,83); }
td.TdClassName
{
border-color: #829C53;
}
.TagClassName
{
border-color: #829C53;
}
</style>