Shades of Chelsea Cucumber #84A24D
Tints of Chelsea Cucumber #84A24D
RGB
CMYK
RGB Variations
Color information
#84A24D (or 0x84A24D) is known color: Chelsea Cucumber. HEX triplet: 84, A2 and 4D. RGB value is (132,162,77). Sum of RGB (Red+Green+Blue) = 132+162+77=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #84A24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A24D is #7B5DB2. Grayscale: #8F8F8F. Windows color (decimal): -8084915 or 5087876. OLE color: 5087876.
HSL color Cylindrical-coordinate representation of color #84A24D: hue angle of 81.18º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84A24D is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 77 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.36 |
| HSL | 81.18º | 0.36% | 0.47% | - |
| HSV(B) | 81.18º | 0.52% | 0.64% | - |
| XYZ | 23.78 | 31.28 | 11.81 | - |
| YUV | 143.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 77 | 0.19 | 0 | 0.52 | 0.36 | 81.18 | 0.36 | 0.47 |
| Hex | 84 | A2 | 4D | 13 | 0 | 34 | 24 | 51 | 24 | 2F |
| Octal | 204 | 242 | 115 | 23 | 0 | 64 | 44 | 121 | 44 | 57 |
| Binary | 10000100 | 10100010 | 1001101 | 10011 | 0 | 110100 | 100100 | 1010001 | 100100 | 101111 |
Color Harmonies of #84A24D
Complementary color
Monochromatic Colors of #84A24D
Black with #84A24D
Text Example
Text Example
White with #84A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A24D; }
p { color: rgb(132,162,77); }
H1.HeaderClassName
{
color: #84A24D;
}
.AnyTagClassName
{
color: #84A24D;
}
</style>
background-color css
<style>
a { background-color: #84A24D; }
a { background-color: rgb(132,162,77); }
div.DivClassName
{
background-color: #84A24D;
}
.BgClassName
{
background-color: #84A24D;
}
</style>
border-color css
<style>
span { border-color: #84A24D; }
span { border-color: rgb(132,162,77); }
td.TdClassName
{
border-color: #84A24D;
}
.TagClassName
{
border-color: #84A24D;
}
</style>