Shades of Chelsea Cucumber #84A346
Tints of Chelsea Cucumber #84A346
RGB
CMYK
RGB Variations
Color information
#84A346 (or 0x84A346) is known color: Chelsea Cucumber. HEX triplet: 84, A3 and 46. RGB value is (132,163,70). Sum of RGB (Red+Green+Blue) = 132+163+70=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #84A346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A346 is #7B5CB9. Grayscale: #8F8F8F. Windows color (decimal): -8084666 or 4629380. OLE color: 4629380.
HSL color Cylindrical-coordinate representation of color #84A346: hue angle of 80º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84A346 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 70 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.36 |
| HSL | 80º | 0.4% | 0.46% | - |
| HSV(B) | 80º | 0.57% | 0.64% | - |
| XYZ | 23.72 | 31.54 | 10.63 | - |
| YUV | 143.13 | 86.73 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 70 | 0.19 | 0 | 0.57 | 0.36 | 80 | 0.4 | 0.46 |
| Hex | 84 | A3 | 46 | 13 | 0 | 39 | 24 | 50 | 28 | 2E |
| Octal | 204 | 243 | 106 | 23 | 0 | 71 | 44 | 120 | 50 | 56 |
| Binary | 10000100 | 10100011 | 1000110 | 10011 | 0 | 111001 | 100100 | 1010000 | 101000 | 101110 |
Color Harmonies of #84A346
Complementary color
Monochromatic Colors of #84A346
Black with #84A346
Text Example
Text Example
White with #84A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A346; }
p { color: rgb(132,163,70); }
H1.HeaderClassName
{
color: #84A346;
}
.AnyTagClassName
{
color: #84A346;
}
</style>
background-color css
<style>
a { background-color: #84A346; }
a { background-color: rgb(132,163,70); }
div.DivClassName
{
background-color: #84A346;
}
.BgClassName
{
background-color: #84A346;
}
</style>
border-color css
<style>
span { border-color: #84A346; }
span { border-color: rgb(132,163,70); }
td.TdClassName
{
border-color: #84A346;
}
.TagClassName
{
border-color: #84A346;
}
</style>