Shades of Chelsea Cucumber #829B52
Tints of Chelsea Cucumber #829B52
RGB
CMYK
RGB Variations
Color information
#829B52 (or 0x829B52) is known color: Chelsea Cucumber. HEX triplet: 82, 9B and 52. RGB value is (130,155,82). Sum of RGB (Red+Green+Blue) = 130+155+82=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #829B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B52 is #7D64AD. Grayscale: #8B8B8B. Windows color (decimal): -8217774 or 5413762. OLE color: 5413762.
HSL color Cylindrical-coordinate representation of color #829B52: hue angle of 80.55º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #829B52 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 82 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.39 |
| HSL | 80.55º | 0.31% | 0.46% | - |
| HSV(B) | 80.55º | 0.47% | 0.61% | - |
| XYZ | 22.45 | 28.8 | 12.36 | - |
| YUV | 139.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 82 | 0.16 | 0 | 0.47 | 0.39 | 80.55 | 0.31 | 0.46 |
| Hex | 82 | 9B | 52 | 10 | 0 | 2F | 27 | 51 | 1F | 2E |
| Octal | 202 | 233 | 122 | 20 | 0 | 57 | 47 | 121 | 37 | 56 |
| Binary | 10000010 | 10011011 | 1010010 | 10000 | 0 | 101111 | 100111 | 1010001 | 11111 | 101110 |
Color Harmonies of #829B52
Complementary color
Monochromatic Colors of #829B52
Black with #829B52
Text Example
Text Example
White with #829B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B52; }
p { color: rgb(130,155,82); }
H1.HeaderClassName
{
color: #829B52;
}
.AnyTagClassName
{
color: #829B52;
}
</style>
background-color css
<style>
a { background-color: #829B52; }
a { background-color: rgb(130,155,82); }
div.DivClassName
{
background-color: #829B52;
}
.BgClassName
{
background-color: #829B52;
}
</style>
border-color css
<style>
span { border-color: #829B52; }
span { border-color: rgb(130,155,82); }
td.TdClassName
{
border-color: #829B52;
}
.TagClassName
{
border-color: #829B52;
}
</style>