Shades of Chelsea Cucumber #82B353
Tints of Chelsea Cucumber #82B353
RGB
CMYK
RGB Variations
Color information
#82B353 (or 0x82B353) is known color: Chelsea Cucumber. HEX triplet: 82, B3 and 53. RGB value is (130,179,83). Sum of RGB (Red+Green+Blue) = 130+179+83=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #82B353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B353 is #7D4CAC. Grayscale: #999999. Windows color (decimal): -8211629 or 5485442. OLE color: 5485442.
HSL color Cylindrical-coordinate representation of color #82B353: hue angle of 90.62º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82B353 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 179 | 83 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.30 |
| HSL | 90.63º | 0.39% | 0.51% | - |
| HSV(B) | 90.63º | 0.54% | 0.7% | - |
| XYZ | 26.89 | 37.61 | 14.03 | - |
| YUV | 153.41 | 88.27 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 179 | 83 | 0.27 | 0 | 0.54 | 0.30 | 90.63 | 0.39 | 0.51 |
| Hex | 82 | B3 | 53 | 1B | 0 | 36 | 1E | 5B | 27 | 33 |
| Octal | 202 | 263 | 123 | 33 | 0 | 66 | 36 | 133 | 47 | 63 |
| Binary | 10000010 | 10110011 | 1010011 | 11011 | 0 | 110110 | 11110 | 1011011 | 100111 | 110011 |
Color Harmonies of #82B353
Complementary color
Monochromatic Colors of #82B353
Black with #82B353
Text Example
Text Example
White with #82B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B353; }
p { color: rgb(130,179,83); }
H1.HeaderClassName
{
color: #82B353;
}
.AnyTagClassName
{
color: #82B353;
}
</style>
background-color css
<style>
a { background-color: #82B353; }
a { background-color: rgb(130,179,83); }
div.DivClassName
{
background-color: #82B353;
}
.BgClassName
{
background-color: #82B353;
}
</style>
border-color css
<style>
span { border-color: #82B353; }
span { border-color: rgb(130,179,83); }
td.TdClassName
{
border-color: #82B353;
}
.TagClassName
{
border-color: #82B353;
}
</style>