Shades of Chelsea Cucumber #84A162
Tints of Chelsea Cucumber #84A162
RGB
CMYK
RGB Variations
Color information
#84A162 (or 0x84A162) is known color: Chelsea Cucumber. HEX triplet: 84, A1 and 62. RGB value is (132,161,98). Sum of RGB (Red+Green+Blue) = 132+161+98=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #84A162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A162 is #7B5E9D. Grayscale: #919191. Windows color (decimal): -8085150 or 6463876. OLE color: 6463876.
HSL color Cylindrical-coordinate representation of color #84A162: hue angle of 87.62º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84A162 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 98 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.37 |
| HSL | 87.62º | 0.25% | 0.51% | - |
| HSV(B) | 87.62º | 0.39% | 0.63% | - |
| XYZ | 24.47 | 31.28 | 16.3 | - |
| YUV | 145.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 98 | 0.18 | 0 | 0.39 | 0.37 | 87.62 | 0.25 | 0.51 |
| Hex | 84 | A1 | 62 | 12 | 0 | 27 | 25 | 58 | 19 | 33 |
| Octal | 204 | 241 | 142 | 22 | 0 | 47 | 45 | 130 | 31 | 63 |
| Binary | 10000100 | 10100001 | 1100010 | 10010 | 0 | 100111 | 100101 | 1011000 | 11001 | 110011 |
Color Harmonies of #84A162
Complementary color
Monochromatic Colors of #84A162
Black with #84A162
Text Example
Text Example
White with #84A162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A162; }
p { color: rgb(132,161,98); }
H1.HeaderClassName
{
color: #84A162;
}
.AnyTagClassName
{
color: #84A162;
}
</style>
background-color css
<style>
a { background-color: #84A162; }
a { background-color: rgb(132,161,98); }
div.DivClassName
{
background-color: #84A162;
}
.BgClassName
{
background-color: #84A162;
}
</style>
border-color css
<style>
span { border-color: #84A162; }
span { border-color: rgb(132,161,98); }
td.TdClassName
{
border-color: #84A162;
}
.TagClassName
{
border-color: #84A162;
}
</style>