Shades of Chelsea Cucumber #84A254
Tints of Chelsea Cucumber #84A254
RGB
CMYK
RGB Variations
Color information
#84A254 (or 0x84A254) is known color: Chelsea Cucumber. HEX triplet: 84, A2 and 54. RGB value is (132,162,84). Sum of RGB (Red+Green+Blue) = 132+162+84=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #84A254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A254 is #7B5DAB. Grayscale: #909090. Windows color (decimal): -8084908 or 5546628. OLE color: 5546628.
HSL color Cylindrical-coordinate representation of color #84A254: hue angle of 83.08º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84A254 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 84 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.36 |
| HSL | 83.08º | 0.32% | 0.48% | - |
| HSV(B) | 83.08º | 0.48% | 0.64% | - |
| XYZ | 24.04 | 31.39 | 13.18 | - |
| YUV | 144.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 84 | 0.19 | 0 | 0.48 | 0.36 | 83.08 | 0.32 | 0.48 |
| Hex | 84 | A2 | 54 | 13 | 0 | 30 | 24 | 53 | 20 | 30 |
| Octal | 204 | 242 | 124 | 23 | 0 | 60 | 44 | 123 | 40 | 60 |
| Binary | 10000100 | 10100010 | 1010100 | 10011 | 0 | 110000 | 100100 | 1010011 | 100000 | 110000 |
Color Harmonies of #84A254
Complementary color
Monochromatic Colors of #84A254
Black with #84A254
Text Example
Text Example
White with #84A254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A254; }
p { color: rgb(132,162,84); }
H1.HeaderClassName
{
color: #84A254;
}
.AnyTagClassName
{
color: #84A254;
}
</style>
background-color css
<style>
a { background-color: #84A254; }
a { background-color: rgb(132,162,84); }
div.DivClassName
{
background-color: #84A254;
}
.BgClassName
{
background-color: #84A254;
}
</style>
border-color css
<style>
span { border-color: #84A254; }
span { border-color: rgb(132,162,84); }
td.TdClassName
{
border-color: #84A254;
}
.TagClassName
{
border-color: #84A254;
}
</style>