Shades of Chelsea Cucumber #84A147
Tints of Chelsea Cucumber #84A147
RGB
CMYK
RGB Variations
Color information
#84A147 (or 0x84A147) is known color: Chelsea Cucumber. HEX triplet: 84, A1 and 47. RGB value is (132,161,71). Sum of RGB (Red+Green+Blue) = 132+161+71=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #84A147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A147 is #7B5EB8. Grayscale: #8E8E8E. Windows color (decimal): -8085177 or 4694404. OLE color: 4694404.
HSL color Cylindrical-coordinate representation of color #84A147: hue angle of 79.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84A147 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 71 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.37 |
| HSL | 79.33º | 0.39% | 0.45% | - |
| HSV(B) | 79.33º | 0.56% | 0.63% | - |
| XYZ | 23.4 | 30.85 | 10.68 | - |
| YUV | 142.07 | 87.89 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 71 | 0.18 | 0 | 0.56 | 0.37 | 79.33 | 0.39 | 0.45 |
| Hex | 84 | A1 | 47 | 12 | 0 | 38 | 25 | 4F | 27 | 2D |
| Octal | 204 | 241 | 107 | 22 | 0 | 70 | 45 | 117 | 47 | 55 |
| Binary | 10000100 | 10100001 | 1000111 | 10010 | 0 | 111000 | 100101 | 1001111 | 100111 | 101101 |
Color Harmonies of #84A147
Complementary color
Monochromatic Colors of #84A147
Black with #84A147
Text Example
Text Example
White with #84A147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A147; }
p { color: rgb(132,161,71); }
H1.HeaderClassName
{
color: #84A147;
}
.AnyTagClassName
{
color: #84A147;
}
</style>
background-color css
<style>
a { background-color: #84A147; }
a { background-color: rgb(132,161,71); }
div.DivClassName
{
background-color: #84A147;
}
.BgClassName
{
background-color: #84A147;
}
</style>
border-color css
<style>
span { border-color: #84A147; }
span { border-color: rgb(132,161,71); }
td.TdClassName
{
border-color: #84A147;
}
.TagClassName
{
border-color: #84A147;
}
</style>