Shades of Chelsea Cucumber #829A57
Tints of Chelsea Cucumber #829A57
RGB
CMYK
RGB Variations
Color information
#829A57 (or 0x829A57) is known color: Chelsea Cucumber. HEX triplet: 82, 9A and 57. RGB value is (130,154,87). Sum of RGB (Red+Green+Blue) = 130+154+87=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #829A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829A57 is #7D65A8. Grayscale: #8B8B8B. Windows color (decimal): -8218025 or 5741186. OLE color: 5741186.
HSL color Cylindrical-coordinate representation of color #829A57: hue angle of 81.49º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #829A57 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 154 | 87 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.40 |
| HSL | 81.49º | 0.28% | 0.47% | - |
| HSV(B) | 81.49º | 0.44% | 0.6% | - |
| XYZ | 22.48 | 28.55 | 13.34 | - |
| YUV | 139.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 87 | 0.16 | 0 | 0.44 | 0.40 | 81.49 | 0.28 | 0.47 |
| Hex | 82 | 9A | 57 | 10 | 0 | 2C | 28 | 51 | 1C | 2F |
| Octal | 202 | 232 | 127 | 20 | 0 | 54 | 50 | 121 | 34 | 57 |
| Binary | 10000010 | 10011010 | 1010111 | 10000 | 0 | 101100 | 101000 | 1010001 | 11100 | 101111 |
Color Harmonies of #829A57
Complementary color
Monochromatic Colors of #829A57
Black with #829A57
Text Example
Text Example
White with #829A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829A57; }
p { color: rgb(130,154,87); }
H1.HeaderClassName
{
color: #829A57;
}
.AnyTagClassName
{
color: #829A57;
}
</style>
background-color css
<style>
a { background-color: #829A57; }
a { background-color: rgb(130,154,87); }
div.DivClassName
{
background-color: #829A57;
}
.BgClassName
{
background-color: #829A57;
}
</style>
border-color css
<style>
span { border-color: #829A57; }
span { border-color: rgb(130,154,87); }
td.TdClassName
{
border-color: #829A57;
}
.TagClassName
{
border-color: #829A57;
}
</style>