Shades of Chelsea Cucumber #84A24F
Tints of Chelsea Cucumber #84A24F
RGB
CMYK
RGB Variations
Color information
#84A24F (or 0x84A24F) is known color: Chelsea Cucumber. HEX triplet: 84, A2 and 4F. RGB value is (132,162,79). Sum of RGB (Red+Green+Blue) = 132+162+79=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #84A24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A24F is #7B5DB0. Grayscale: #8F8F8F. Windows color (decimal): -8084913 or 5218948. OLE color: 5218948.
HSL color Cylindrical-coordinate representation of color #84A24F: hue angle of 81.69º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84A24F is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 79 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.36 |
| HSL | 81.69º | 0.34% | 0.47% | - |
| HSV(B) | 81.69º | 0.51% | 0.64% | - |
| XYZ | 23.85 | 31.31 | 12.18 | - |
| YUV | 143.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 79 | 0.19 | 0 | 0.51 | 0.36 | 81.69 | 0.34 | 0.47 |
| Hex | 84 | A2 | 4F | 13 | 0 | 33 | 24 | 52 | 22 | 2F |
| Octal | 204 | 242 | 117 | 23 | 0 | 63 | 44 | 122 | 42 | 57 |
| Binary | 10000100 | 10100010 | 1001111 | 10011 | 0 | 110011 | 100100 | 1010010 | 100010 | 101111 |
Color Harmonies of #84A24F
Complementary color
Monochromatic Colors of #84A24F
Black with #84A24F
Text Example
Text Example
White with #84A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A24F; }
p { color: rgb(132,162,79); }
H1.HeaderClassName
{
color: #84A24F;
}
.AnyTagClassName
{
color: #84A24F;
}
</style>
background-color css
<style>
a { background-color: #84A24F; }
a { background-color: rgb(132,162,79); }
div.DivClassName
{
background-color: #84A24F;
}
.BgClassName
{
background-color: #84A24F;
}
</style>
border-color css
<style>
span { border-color: #84A24F; }
span { border-color: rgb(132,162,79); }
td.TdClassName
{
border-color: #84A24F;
}
.TagClassName
{
border-color: #84A24F;
}
</style>