Shades of Chelsea Cucumber #829D4E
Tints of Chelsea Cucumber #829D4E
RGB
CMYK
RGB Variations
Color information
#829D4E (or 0x829D4E) is known color: Chelsea Cucumber. HEX triplet: 82, 9D and 4E. RGB value is (130,157,78). Sum of RGB (Red+Green+Blue) = 130+157+78=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #829D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829D4E is #7D62B1. Grayscale: #8C8C8C. Windows color (decimal): -8217266 or 5152130. OLE color: 5152130.
HSL color Cylindrical-coordinate representation of color #829D4E: hue angle of 80.51º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #829D4E is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 157 | 78 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.38 |
| HSL | 80.51º | 0.34% | 0.46% | - |
| HSV(B) | 80.51º | 0.5% | 0.62% | - |
| XYZ | 22.64 | 29.41 | 11.69 | - |
| YUV | 139.92 | 93.05 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 78 | 0.17 | 0 | 0.50 | 0.38 | 80.51 | 0.34 | 0.46 |
| Hex | 82 | 9D | 4E | 11 | 0 | 32 | 26 | 51 | 22 | 2E |
| Octal | 202 | 235 | 116 | 21 | 0 | 62 | 46 | 121 | 42 | 56 |
| Binary | 10000010 | 10011101 | 1001110 | 10001 | 0 | 110010 | 100110 | 1010001 | 100010 | 101110 |
Color Harmonies of #829D4E
Complementary color
Monochromatic Colors of #829D4E
Black with #829D4E
Text Example
Text Example
White with #829D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829D4E; }
p { color: rgb(130,157,78); }
H1.HeaderClassName
{
color: #829D4E;
}
.AnyTagClassName
{
color: #829D4E;
}
</style>
background-color css
<style>
a { background-color: #829D4E; }
a { background-color: rgb(130,157,78); }
div.DivClassName
{
background-color: #829D4E;
}
.BgClassName
{
background-color: #829D4E;
}
</style>
border-color css
<style>
span { border-color: #829D4E; }
span { border-color: rgb(130,157,78); }
td.TdClassName
{
border-color: #829D4E;
}
.TagClassName
{
border-color: #829D4E;
}
</style>