Shades of Chelsea Cucumber #84A560
Tints of Chelsea Cucumber #84A560
RGB
CMYK
RGB Variations
Color information
#84A560 (or 0x84A560) is known color: Chelsea Cucumber. HEX triplet: 84, A5 and 60. RGB value is (132,165,96). Sum of RGB (Red+Green+Blue) = 132+165+96=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 165 - color contains mainly: green. Hex color #84A560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A560 is #7B5A9F. Grayscale: #939393. Windows color (decimal): -8084128 or 6333828. OLE color: 6333828.
HSL color Cylindrical-coordinate representation of color #84A560: hue angle of 88.7º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84A560 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 96 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.35 |
| HSL | 88.7º | 0.28% | 0.51% | - |
| HSV(B) | 88.7º | 0.42% | 0.65% | - |
| XYZ | 25.08 | 32.66 | 16.05 | - |
| YUV | 147.27 | 99.07 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 96 | 0.20 | 0 | 0.42 | 0.35 | 88.7 | 0.28 | 0.51 |
| Hex | 84 | A5 | 60 | 14 | 0 | 2A | 23 | 59 | 1C | 33 |
| Octal | 204 | 245 | 140 | 24 | 0 | 52 | 43 | 131 | 34 | 63 |
| Binary | 10000100 | 10100101 | 1100000 | 10100 | 0 | 101010 | 100011 | 1011001 | 11100 | 110011 |
Color Harmonies of #84A560
Complementary color
Monochromatic Colors of #84A560
Black with #84A560
Text Example
Text Example
White with #84A560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A560; }
p { color: rgb(132,165,96); }
H1.HeaderClassName
{
color: #84A560;
}
.AnyTagClassName
{
color: #84A560;
}
</style>
background-color css
<style>
a { background-color: #84A560; }
a { background-color: rgb(132,165,96); }
div.DivClassName
{
background-color: #84A560;
}
.BgClassName
{
background-color: #84A560;
}
</style>
border-color css
<style>
span { border-color: #84A560; }
span { border-color: rgb(132,165,96); }
td.TdClassName
{
border-color: #84A560;
}
.TagClassName
{
border-color: #84A560;
}
</style>