Shades of Chelsea Cucumber #84B352
Tints of Chelsea Cucumber #84B352
RGB
CMYK
RGB Variations
Color information
#84B352 (or 0x84B352) is known color: Chelsea Cucumber. HEX triplet: 84, B3 and 52. RGB value is (132,179,82). Sum of RGB (Red+Green+Blue) = 132+179+82=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #84B352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B352 is #7B4CAD. Grayscale: #9A9A9A. Windows color (decimal): -8080558 or 5419908. OLE color: 5419908.
HSL color Cylindrical-coordinate representation of color #84B352: hue angle of 89.07º 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 #84B352 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 179 | 82 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.30 |
| HSL | 89.07º | 0.39% | 0.51% | - |
| HSV(B) | 89.07º | 0.54% | 0.7% | - |
| XYZ | 27.16 | 37.75 | 13.84 | - |
| YUV | 153.89 | 87.43 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 179 | 82 | 0.26 | 0 | 0.54 | 0.30 | 89.07 | 0.39 | 0.51 |
| Hex | 84 | B3 | 52 | 1A | 0 | 36 | 1E | 59 | 27 | 33 |
| Octal | 204 | 263 | 122 | 32 | 0 | 66 | 36 | 131 | 47 | 63 |
| Binary | 10000100 | 10110011 | 1010010 | 11010 | 0 | 110110 | 11110 | 1011001 | 100111 | 110011 |
Color Harmonies of #84B352
Complementary color
Monochromatic Colors of #84B352
Black with #84B352
Text Example
Text Example
White with #84B352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B352; }
p { color: rgb(132,179,82); }
H1.HeaderClassName
{
color: #84B352;
}
.AnyTagClassName
{
color: #84B352;
}
</style>
background-color css
<style>
a { background-color: #84B352; }
a { background-color: rgb(132,179,82); }
div.DivClassName
{
background-color: #84B352;
}
.BgClassName
{
background-color: #84B352;
}
</style>
border-color css
<style>
span { border-color: #84B352; }
span { border-color: rgb(132,179,82); }
td.TdClassName
{
border-color: #84B352;
}
.TagClassName
{
border-color: #84B352;
}
</style>