Shades of Chelsea Cucumber #829F48
Tints of Chelsea Cucumber #829F48
RGB
CMYK
RGB Variations
Color information
#829F48 (or 0x829F48) is known color: Chelsea Cucumber. HEX triplet: 82, 9F and 48. RGB value is (130,159,72). Sum of RGB (Red+Green+Blue) = 130+159+72=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #829F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829F48 is #7D60B7. Grayscale: #8C8C8C. Windows color (decimal): -8216760 or 4759426. OLE color: 4759426.
HSL color Cylindrical-coordinate representation of color #829F48: hue angle of 80º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #829F48 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 159 | 72 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.38 |
| HSL | 80º | 0.38% | 0.45% | - |
| HSV(B) | 80º | 0.55% | 0.62% | - |
| XYZ | 22.77 | 30.01 | 10.72 | - |
| YUV | 140.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 72 | 0.18 | 0 | 0.55 | 0.38 | 80 | 0.38 | 0.45 |
| Hex | 82 | 9F | 48 | 12 | 0 | 37 | 26 | 50 | 26 | 2D |
| Octal | 202 | 237 | 110 | 22 | 0 | 67 | 46 | 120 | 46 | 55 |
| Binary | 10000010 | 10011111 | 1001000 | 10010 | 0 | 110111 | 100110 | 1010000 | 100110 | 101101 |
Color Harmonies of #829F48
Complementary color
Monochromatic Colors of #829F48
Black with #829F48
Text Example
Text Example
White with #829F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829F48; }
p { color: rgb(130,159,72); }
H1.HeaderClassName
{
color: #829F48;
}
.AnyTagClassName
{
color: #829F48;
}
</style>
background-color css
<style>
a { background-color: #829F48; }
a { background-color: rgb(130,159,72); }
div.DivClassName
{
background-color: #829F48;
}
.BgClassName
{
background-color: #829F48;
}
</style>
border-color css
<style>
span { border-color: #829F48; }
span { border-color: rgb(130,159,72); }
td.TdClassName
{
border-color: #829F48;
}
.TagClassName
{
border-color: #829F48;
}
</style>