Shades of Chelsea Cucumber #829852
Tints of Chelsea Cucumber #829852
RGB
CMYK
RGB Variations
Color information
#829852 (or 0x829852) is known color: Chelsea Cucumber. HEX triplet: 82, 98 and 52. RGB value is (130,152,82). Sum of RGB (Red+Green+Blue) = 130+152+82=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #829852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829852 is #7D67AD. Grayscale: #898989. Windows color (decimal): -8218542 or 5412994. OLE color: 5412994.
HSL color Cylindrical-coordinate representation of color #829852: hue angle of 78.86º 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 #829852 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 82 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.40 |
| HSL | 78.86º | 0.3% | 0.46% | - |
| HSV(B) | 78.86º | 0.46% | 0.6% | - |
| XYZ | 21.96 | 27.81 | 12.19 | - |
| YUV | 137.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 82 | 0.14 | 0 | 0.46 | 0.40 | 78.86 | 0.3 | 0.46 |
| Hex | 82 | 98 | 52 | E | 0 | 2E | 28 | 4F | 1E | 2E |
| Octal | 202 | 230 | 122 | 16 | 0 | 56 | 50 | 117 | 36 | 56 |
| Binary | 10000010 | 10011000 | 1010010 | 1110 | 0 | 101110 | 101000 | 1001111 | 11110 | 101110 |
Color Harmonies of #829852
Complementary color
Monochromatic Colors of #829852
Black with #829852
Text Example
Text Example
White with #829852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829852; }
p { color: rgb(130,152,82); }
H1.HeaderClassName
{
color: #829852;
}
.AnyTagClassName
{
color: #829852;
}
</style>
background-color css
<style>
a { background-color: #829852; }
a { background-color: rgb(130,152,82); }
div.DivClassName
{
background-color: #829852;
}
.BgClassName
{
background-color: #829852;
}
</style>
border-color css
<style>
span { border-color: #829852; }
span { border-color: rgb(130,152,82); }
td.TdClassName
{
border-color: #829852;
}
.TagClassName
{
border-color: #829852;
}
</style>