Shades of Chelsea Cucumber #82B543
Tints of Chelsea Cucumber #82B543
RGB
CMYK
RGB Variations
Color information
#82B543 (or 0x82B543) is known color: Chelsea Cucumber. HEX triplet: 82, B5 and 43. RGB value is (130,181,67). Sum of RGB (Red+Green+Blue) = 130+181+67=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #82B543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B543 is #7D4ABC. Grayscale: #999999. Windows color (decimal): -8211133 or 4437378. OLE color: 4437378.
HSL color Cylindrical-coordinate representation of color #82B543: hue angle of 86.84º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82B543 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 181 | 67 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.29 |
| HSL | 86.84º | 0.46% | 0.49% | - |
| HSV(B) | 86.84º | 0.63% | 0.71% | - |
| XYZ | 26.74 | 38.2 | 11.27 | - |
| YUV | 152.76 | 79.6 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 181 | 67 | 0.28 | 0 | 0.63 | 0.29 | 86.84 | 0.46 | 0.49 |
| Hex | 82 | B5 | 43 | 1C | 0 | 3F | 1D | 57 | 2E | 31 |
| Octal | 202 | 265 | 103 | 34 | 0 | 77 | 35 | 127 | 56 | 61 |
| Binary | 10000010 | 10110101 | 1000011 | 11100 | 0 | 111111 | 11101 | 1010111 | 101110 | 110001 |
Color Harmonies of #82B543
Complementary color
Monochromatic Colors of #82B543
Black with #82B543
Text Example
Text Example
White with #82B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B543; }
p { color: rgb(130,181,67); }
H1.HeaderClassName
{
color: #82B543;
}
.AnyTagClassName
{
color: #82B543;
}
</style>
background-color css
<style>
a { background-color: #82B543; }
a { background-color: rgb(130,181,67); }
div.DivClassName
{
background-color: #82B543;
}
.BgClassName
{
background-color: #82B543;
}
</style>
border-color css
<style>
span { border-color: #82B543; }
span { border-color: rgb(130,181,67); }
td.TdClassName
{
border-color: #82B543;
}
.TagClassName
{
border-color: #82B543;
}
</style>