Shades of Chelsea Cucumber #84A059
Tints of Chelsea Cucumber #84A059
RGB
CMYK
RGB Variations
Color information
#84A059 (or 0x84A059) is known color: Chelsea Cucumber. HEX triplet: 84, A0 and 59. RGB value is (132,160,89). Sum of RGB (Red+Green+Blue) = 132+160+89=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 160 - color contains mainly: green. Hex color #84A059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A059 is #7B5FA6. Grayscale: #8F8F8F. Windows color (decimal): -8085415 or 5873796. OLE color: 5873796.
HSL color Cylindrical-coordinate representation of color #84A059: hue angle of 83.66º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84A059 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 89 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.37 |
| HSL | 83.66º | 0.29% | 0.49% | - |
| HSV(B) | 83.66º | 0.44% | 0.63% | - |
| XYZ | 23.89 | 30.77 | 14.13 | - |
| YUV | 143.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 89 | 0.17 | 0 | 0.44 | 0.37 | 83.66 | 0.29 | 0.49 |
| Hex | 84 | A0 | 59 | 11 | 0 | 2C | 25 | 54 | 1D | 31 |
| Octal | 204 | 240 | 131 | 21 | 0 | 54 | 45 | 124 | 35 | 61 |
| Binary | 10000100 | 10100000 | 1011001 | 10001 | 0 | 101100 | 100101 | 1010100 | 11101 | 110001 |
Color Harmonies of #84A059
Complementary color
Monochromatic Colors of #84A059
Black with #84A059
Text Example
Text Example
White with #84A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A059; }
p { color: rgb(132,160,89); }
H1.HeaderClassName
{
color: #84A059;
}
.AnyTagClassName
{
color: #84A059;
}
</style>
background-color css
<style>
a { background-color: #84A059; }
a { background-color: rgb(132,160,89); }
div.DivClassName
{
background-color: #84A059;
}
.BgClassName
{
background-color: #84A059;
}
</style>
border-color css
<style>
span { border-color: #84A059; }
span { border-color: rgb(132,160,89); }
td.TdClassName
{
border-color: #84A059;
}
.TagClassName
{
border-color: #84A059;
}
</style>