Shades of Chelsea Cucumber #84A246
Tints of Chelsea Cucumber #84A246
RGB
CMYK
RGB Variations
Color information
#84A246 (or 0x84A246) is known color: Chelsea Cucumber. HEX triplet: 84, A2 and 46. RGB value is (132,162,70). Sum of RGB (Red+Green+Blue) = 132+162+70=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #84A246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A246 is #7B5DB9. Grayscale: #8E8E8E. Windows color (decimal): -8084922 or 4629124. OLE color: 4629124.
HSL color Cylindrical-coordinate representation of color #84A246: hue angle of 79.57º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84A246 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 70 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.36 |
| HSL | 79.57º | 0.4% | 0.45% | - |
| HSV(B) | 79.57º | 0.57% | 0.64% | - |
| XYZ | 23.54 | 31.19 | 10.57 | - |
| YUV | 142.54 | 87.06 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 70 | 0.19 | 0 | 0.57 | 0.36 | 79.57 | 0.4 | 0.45 |
| Hex | 84 | A2 | 46 | 13 | 0 | 39 | 24 | 50 | 28 | 2D |
| Octal | 204 | 242 | 106 | 23 | 0 | 71 | 44 | 120 | 50 | 55 |
| Binary | 10000100 | 10100010 | 1000110 | 10011 | 0 | 111001 | 100100 | 1010000 | 101000 | 101101 |
Color Harmonies of #84A246
Complementary color
Monochromatic Colors of #84A246
Black with #84A246
Text Example
Text Example
White with #84A246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A246; }
p { color: rgb(132,162,70); }
H1.HeaderClassName
{
color: #84A246;
}
.AnyTagClassName
{
color: #84A246;
}
</style>
background-color css
<style>
a { background-color: #84A246; }
a { background-color: rgb(132,162,70); }
div.DivClassName
{
background-color: #84A246;
}
.BgClassName
{
background-color: #84A246;
}
</style>
border-color css
<style>
span { border-color: #84A246; }
span { border-color: rgb(132,162,70); }
td.TdClassName
{
border-color: #84A246;
}
.TagClassName
{
border-color: #84A246;
}
</style>