Shades of Chelsea Cucumber #829850
Tints of Chelsea Cucumber #829850
RGB
CMYK
RGB Variations
Color information
#829850 (or 0x829850) is known color: Chelsea Cucumber. HEX triplet: 82, 98 and 50. RGB value is (130,152,80). Sum of RGB (Red+Green+Blue) = 130+152+80=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #829850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829850 is #7D67AF. Grayscale: #898989. Windows color (decimal): -8218544 or 5281922. OLE color: 5281922.
HSL color Cylindrical-coordinate representation of color #829850: hue angle of 78.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #829850 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 80 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.40 |
| HSL | 78.33º | 0.31% | 0.45% | - |
| HSV(B) | 78.33º | 0.47% | 0.6% | - |
| XYZ | 21.88 | 27.78 | 11.8 | - |
| YUV | 137.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 80 | 0.14 | 0 | 0.47 | 0.40 | 78.33 | 0.31 | 0.45 |
| Hex | 82 | 98 | 50 | E | 0 | 2F | 28 | 4E | 1F | 2D |
| Octal | 202 | 230 | 120 | 16 | 0 | 57 | 50 | 116 | 37 | 55 |
| Binary | 10000010 | 10011000 | 1010000 | 1110 | 0 | 101111 | 101000 | 1001110 | 11111 | 101101 |
Color Harmonies of #829850
Complementary color
Monochromatic Colors of #829850
Black with #829850
Text Example
Text Example
White with #829850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829850; }
p { color: rgb(130,152,80); }
H1.HeaderClassName
{
color: #829850;
}
.AnyTagClassName
{
color: #829850;
}
</style>
background-color css
<style>
a { background-color: #829850; }
a { background-color: rgb(130,152,80); }
div.DivClassName
{
background-color: #829850;
}
.BgClassName
{
background-color: #829850;
}
</style>
border-color css
<style>
span { border-color: #829850; }
span { border-color: rgb(130,152,80); }
td.TdClassName
{
border-color: #829850;
}
.TagClassName
{
border-color: #829850;
}
</style>