Shades of Chelsea Cucumber #84A259
Tints of Chelsea Cucumber #84A259
RGB
CMYK
RGB Variations
Color information
#84A259 (or 0x84A259) is known color: Chelsea Cucumber. HEX triplet: 84, A2 and 59. RGB value is (132,162,89). Sum of RGB (Red+Green+Blue) = 132+162+89=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #84A259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A259 is #7B5DA6. Grayscale: #909090. Windows color (decimal): -8084903 or 5874308. OLE color: 5874308.
HSL color Cylindrical-coordinate representation of color #84A259: hue angle of 84.66º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84A259 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 89 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.36 |
| HSL | 84.66º | 0.29% | 0.49% | - |
| HSV(B) | 84.66º | 0.45% | 0.64% | - |
| XYZ | 24.24 | 31.47 | 14.25 | - |
| YUV | 144.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 89 | 0.19 | 0 | 0.45 | 0.36 | 84.66 | 0.29 | 0.49 |
| Hex | 84 | A2 | 59 | 13 | 0 | 2D | 24 | 55 | 1D | 31 |
| Octal | 204 | 242 | 131 | 23 | 0 | 55 | 44 | 125 | 35 | 61 |
| Binary | 10000100 | 10100010 | 1011001 | 10011 | 0 | 101101 | 100100 | 1010101 | 11101 | 110001 |
Color Harmonies of #84A259
Complementary color
Monochromatic Colors of #84A259
Black with #84A259
Text Example
Text Example
White with #84A259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A259; }
p { color: rgb(132,162,89); }
H1.HeaderClassName
{
color: #84A259;
}
.AnyTagClassName
{
color: #84A259;
}
</style>
background-color css
<style>
a { background-color: #84A259; }
a { background-color: rgb(132,162,89); }
div.DivClassName
{
background-color: #84A259;
}
.BgClassName
{
background-color: #84A259;
}
</style>
border-color css
<style>
span { border-color: #84A259; }
span { border-color: rgb(132,162,89); }
td.TdClassName
{
border-color: #84A259;
}
.TagClassName
{
border-color: #84A259;
}
</style>