Shades of Chelsea Cucumber #84B940
Tints of Chelsea Cucumber #84B940
RGB
CMYK
RGB Variations
Color information
#84B940 (or 0x84B940) is known color: Chelsea Cucumber. HEX triplet: 84, B9 and 40. RGB value is (132,185,64). Sum of RGB (Red+Green+Blue) = 132+185+64=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #84B940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B940 is #7B46BF. Grayscale: #9B9B9B. Windows color (decimal): -8079040 or 4241796. OLE color: 4241796.
HSL color Cylindrical-coordinate representation of color #84B940: hue angle of 86.28º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84B940 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 185 | 64 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.27 |
| HSL | 86.28º | 0.49% | 0.49% | - |
| HSV(B) | 86.28º | 0.65% | 0.73% | - |
| XYZ | 27.79 | 39.97 | 11.1 | - |
| YUV | 155.36 | 76.44 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 64 | 0.29 | 0 | 0.65 | 0.27 | 86.28 | 0.49 | 0.49 |
| Hex | 84 | B9 | 40 | 1D | 0 | 41 | 1B | 56 | 31 | 31 |
| Octal | 204 | 271 | 100 | 35 | 0 | 101 | 33 | 126 | 61 | 61 |
| Binary | 10000100 | 10111001 | 1000000 | 11101 | 0 | 1000001 | 11011 | 1010110 | 110001 | 110001 |
Color Harmonies of #84B940
Complementary color
Monochromatic Colors of #84B940
Black with #84B940
Text Example
Text Example
White with #84B940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B940; }
p { color: rgb(132,185,64); }
H1.HeaderClassName
{
color: #84B940;
}
.AnyTagClassName
{
color: #84B940;
}
</style>
background-color css
<style>
a { background-color: #84B940; }
a { background-color: rgb(132,185,64); }
div.DivClassName
{
background-color: #84B940;
}
.BgClassName
{
background-color: #84B940;
}
</style>
border-color css
<style>
span { border-color: #84B940; }
span { border-color: rgb(132,185,64); }
td.TdClassName
{
border-color: #84B940;
}
.TagClassName
{
border-color: #84B940;
}
</style>