Shades of Chelsea Cucumber #84BA46
Tints of Chelsea Cucumber #84BA46
RGB
CMYK
RGB Variations
Color information
#84BA46 (or 0x84BA46) is known color: Chelsea Cucumber. HEX triplet: 84, BA and 46. RGB value is (132,186,70). Sum of RGB (Red+Green+Blue) = 132+186+70=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA46 is #7B45B9. Grayscale: #9D9D9D. Windows color (decimal): -8078778 or 4635268. OLE color: 4635268.
HSL color Cylindrical-coordinate representation of color #84BA46: hue angle of 87.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84BA46 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 70 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.27 |
| HSL | 87.93º | 0.46% | 0.5% | - |
| HSV(B) | 87.93º | 0.62% | 0.73% | - |
| XYZ | 28.18 | 40.47 | 12.12 | - |
| YUV | 156.63 | 79.11 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 70 | 0.29 | 0 | 0.62 | 0.27 | 87.93 | 0.46 | 0.5 |
| Hex | 84 | BA | 46 | 1D | 0 | 3E | 1B | 58 | 2E | 32 |
| Octal | 204 | 272 | 106 | 35 | 0 | 76 | 33 | 130 | 56 | 62 |
| Binary | 10000100 | 10111010 | 1000110 | 11101 | 0 | 111110 | 11011 | 1011000 | 101110 | 110010 |
Color Harmonies of #84BA46
Complementary color
Monochromatic Colors of #84BA46
Black with #84BA46
Text Example
Text Example
White with #84BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA46; }
p { color: rgb(132,186,70); }
H1.HeaderClassName
{
color: #84BA46;
}
.AnyTagClassName
{
color: #84BA46;
}
</style>
background-color css
<style>
a { background-color: #84BA46; }
a { background-color: rgb(132,186,70); }
div.DivClassName
{
background-color: #84BA46;
}
.BgClassName
{
background-color: #84BA46;
}
</style>
border-color css
<style>
span { border-color: #84BA46; }
span { border-color: rgb(132,186,70); }
td.TdClassName
{
border-color: #84BA46;
}
.TagClassName
{
border-color: #84BA46;
}
</style>