Shades of Chelsea Cucumber #84BA40
Tints of Chelsea Cucumber #84BA40
RGB
CMYK
RGB Variations
Color information
#84BA40 (or 0x84BA40) is known color: Chelsea Cucumber. HEX triplet: 84, BA and 40. RGB value is (132,186,64). Sum of RGB (Red+Green+Blue) = 132+186+64=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA40 is #7B45BF. Grayscale: #9C9C9C. Windows color (decimal): -8078784 or 4242052. OLE color: 4242052.
HSL color Cylindrical-coordinate representation of color #84BA40: hue angle of 86.56º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84BA40 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 64 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.27 |
| HSL | 86.56º | 0.49% | 0.49% | - |
| HSV(B) | 86.56º | 0.66% | 0.73% | - |
| XYZ | 28 | 40.39 | 11.17 | - |
| YUV | 155.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 64 | 0.29 | 0 | 0.66 | 0.27 | 86.56 | 0.49 | 0.49 |
| Hex | 84 | BA | 40 | 1D | 0 | 42 | 1B | 57 | 31 | 31 |
| Octal | 204 | 272 | 100 | 35 | 0 | 102 | 33 | 127 | 61 | 61 |
| Binary | 10000100 | 10111010 | 1000000 | 11101 | 0 | 1000010 | 11011 | 1010111 | 110001 | 110001 |
Color Harmonies of #84BA40
Complementary color
Monochromatic Colors of #84BA40
Black with #84BA40
Text Example
Text Example
White with #84BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA40; }
p { color: rgb(132,186,64); }
H1.HeaderClassName
{
color: #84BA40;
}
.AnyTagClassName
{
color: #84BA40;
}
</style>
background-color css
<style>
a { background-color: #84BA40; }
a { background-color: rgb(132,186,64); }
div.DivClassName
{
background-color: #84BA40;
}
.BgClassName
{
background-color: #84BA40;
}
</style>
border-color css
<style>
span { border-color: #84BA40; }
span { border-color: rgb(132,186,64); }
td.TdClassName
{
border-color: #84BA40;
}
.TagClassName
{
border-color: #84BA40;
}
</style>