Shades of Chelsea Cucumber #829F59
Tints of Chelsea Cucumber #829F59
RGB
CMYK
RGB Variations
Color information
#829F59 (or 0x829F59) is known color: Chelsea Cucumber. HEX triplet: 82, 9F and 59. RGB value is (130,159,89). Sum of RGB (Red+Green+Blue) = 130+159+89=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #829F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829F59 is #7D60A6. Grayscale: #8E8E8E. Windows color (decimal): -8216743 or 5873538. OLE color: 5873538.
HSL color Cylindrical-coordinate representation of color #829F59: hue angle of 84.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #829F59 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 159 | 89 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.38 |
| HSL | 84.86º | 0.28% | 0.49% | - |
| HSV(B) | 84.86º | 0.44% | 0.62% | - |
| XYZ | 23.41 | 30.26 | 14.06 | - |
| YUV | 142.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 89 | 0.18 | 0 | 0.44 | 0.38 | 84.86 | 0.28 | 0.49 |
| Hex | 82 | 9F | 59 | 12 | 0 | 2C | 26 | 55 | 1C | 31 |
| Octal | 202 | 237 | 131 | 22 | 0 | 54 | 46 | 125 | 34 | 61 |
| Binary | 10000010 | 10011111 | 1011001 | 10010 | 0 | 101100 | 100110 | 1010101 | 11100 | 110001 |
Color Harmonies of #829F59
Complementary color
Monochromatic Colors of #829F59
Black with #829F59
Text Example
Text Example
White with #829F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829F59; }
p { color: rgb(130,159,89); }
H1.HeaderClassName
{
color: #829F59;
}
.AnyTagClassName
{
color: #829F59;
}
</style>
background-color css
<style>
a { background-color: #829F59; }
a { background-color: rgb(130,159,89); }
div.DivClassName
{
background-color: #829F59;
}
.BgClassName
{
background-color: #829F59;
}
</style>
border-color css
<style>
span { border-color: #829F59; }
span { border-color: rgb(130,159,89); }
td.TdClassName
{
border-color: #829F59;
}
.TagClassName
{
border-color: #829F59;
}
</style>