Shades of Chelsea Cucumber #84A061
Tints of Chelsea Cucumber #84A061
RGB
CMYK
RGB Variations
Color information
#84A061 (or 0x84A061) is known color: Chelsea Cucumber. HEX triplet: 84, A0 and 61. RGB value is (132,160,97). Sum of RGB (Red+Green+Blue) = 132+160+97=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 160 - color contains mainly: green. Hex color #84A061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A061 is #7B5F9E. Grayscale: #909090. Windows color (decimal): -8085407 or 6398084. OLE color: 6398084.
HSL color Cylindrical-coordinate representation of color #84A061: hue angle of 86.67º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84A061 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 97 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.37 |
| HSL | 86.67º | 0.25% | 0.5% | - |
| HSV(B) | 86.67º | 0.39% | 0.63% | - |
| XYZ | 24.24 | 30.91 | 16 | - |
| YUV | 144.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 97 | 0.17 | 0 | 0.39 | 0.37 | 86.67 | 0.25 | 0.5 |
| Hex | 84 | A0 | 61 | 11 | 0 | 27 | 25 | 57 | 19 | 32 |
| Octal | 204 | 240 | 141 | 21 | 0 | 47 | 45 | 127 | 31 | 62 |
| Binary | 10000100 | 10100000 | 1100001 | 10001 | 0 | 100111 | 100101 | 1010111 | 11001 | 110010 |
Color Harmonies of #84A061
Complementary color
Monochromatic Colors of #84A061
Black with #84A061
Text Example
Text Example
White with #84A061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A061; }
p { color: rgb(132,160,97); }
H1.HeaderClassName
{
color: #84A061;
}
.AnyTagClassName
{
color: #84A061;
}
</style>
background-color css
<style>
a { background-color: #84A061; }
a { background-color: rgb(132,160,97); }
div.DivClassName
{
background-color: #84A061;
}
.BgClassName
{
background-color: #84A061;
}
</style>
border-color css
<style>
span { border-color: #84A061; }
span { border-color: rgb(132,160,97); }
td.TdClassName
{
border-color: #84A061;
}
.TagClassName
{
border-color: #84A061;
}
</style>