Shades of Chelsea Cucumber #84A64D
Tints of Chelsea Cucumber #84A64D
RGB
CMYK
RGB Variations
Color information
#84A64D (or 0x84A64D) is known color: Chelsea Cucumber. HEX triplet: 84, A6 and 4D. RGB value is (132,166,77). Sum of RGB (Red+Green+Blue) = 132+166+77=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #84A64D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A64D is #7B59B2. Grayscale: #929292. Windows color (decimal): -8083891 or 5088900. OLE color: 5088900.
HSL color Cylindrical-coordinate representation of color #84A64D: hue angle of 82.92º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84A64D is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 77 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.35 |
| HSL | 82.92º | 0.37% | 0.48% | - |
| HSV(B) | 82.92º | 0.54% | 0.65% | - |
| XYZ | 24.49 | 32.71 | 12.04 | - |
| YUV | 145.69 | 89.24 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 77 | 0.20 | 0 | 0.54 | 0.35 | 82.92 | 0.37 | 0.48 |
| Hex | 84 | A6 | 4D | 14 | 0 | 36 | 23 | 53 | 25 | 30 |
| Octal | 204 | 246 | 115 | 24 | 0 | 66 | 43 | 123 | 45 | 60 |
| Binary | 10000100 | 10100110 | 1001101 | 10100 | 0 | 110110 | 100011 | 1010011 | 100101 | 110000 |
Color Harmonies of #84A64D
Complementary color
Monochromatic Colors of #84A64D
Black with #84A64D
Text Example
Text Example
White with #84A64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A64D; }
p { color: rgb(132,166,77); }
H1.HeaderClassName
{
color: #84A64D;
}
.AnyTagClassName
{
color: #84A64D;
}
</style>
background-color css
<style>
a { background-color: #84A64D; }
a { background-color: rgb(132,166,77); }
div.DivClassName
{
background-color: #84A64D;
}
.BgClassName
{
background-color: #84A64D;
}
</style>
border-color css
<style>
span { border-color: #84A64D; }
span { border-color: rgb(132,166,77); }
td.TdClassName
{
border-color: #84A64D;
}
.TagClassName
{
border-color: #84A64D;
}
</style>