Shades of Chelsea Cucumber #829A53
Tints of Chelsea Cucumber #829A53
RGB
CMYK
RGB Variations
Color information
#829A53 (or 0x829A53) is known color: Chelsea Cucumber. HEX triplet: 82, 9A and 53. RGB value is (130,154,83). Sum of RGB (Red+Green+Blue) = 130+154+83=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #829A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829A53 is #7D65AC. Grayscale: #8A8A8A. Windows color (decimal): -8218029 or 5479042. OLE color: 5479042.
HSL color Cylindrical-coordinate representation of color #829A53: hue angle of 80.28º 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 #829A53 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 154 | 83 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.40 |
| HSL | 80.28º | 0.3% | 0.46% | - |
| HSV(B) | 80.28º | 0.46% | 0.6% | - |
| XYZ | 22.32 | 28.48 | 12.5 | - |
| YUV | 138.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 83 | 0.16 | 0 | 0.46 | 0.40 | 80.28 | 0.3 | 0.46 |
| Hex | 82 | 9A | 53 | 10 | 0 | 2E | 28 | 50 | 1E | 2E |
| Octal | 202 | 232 | 123 | 20 | 0 | 56 | 50 | 120 | 36 | 56 |
| Binary | 10000010 | 10011010 | 1010011 | 10000 | 0 | 101110 | 101000 | 1010000 | 11110 | 101110 |
Color Harmonies of #829A53
Complementary color
Monochromatic Colors of #829A53
Black with #829A53
Text Example
Text Example
White with #829A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829A53; }
p { color: rgb(130,154,83); }
H1.HeaderClassName
{
color: #829A53;
}
.AnyTagClassName
{
color: #829A53;
}
</style>
background-color css
<style>
a { background-color: #829A53; }
a { background-color: rgb(130,154,83); }
div.DivClassName
{
background-color: #829A53;
}
.BgClassName
{
background-color: #829A53;
}
</style>
border-color css
<style>
span { border-color: #829A53; }
span { border-color: rgb(130,154,83); }
td.TdClassName
{
border-color: #829A53;
}
.TagClassName
{
border-color: #829A53;
}
</style>