Shades of Chelsea Cucumber #84A14A
Tints of Chelsea Cucumber #84A14A
RGB
CMYK
RGB Variations
Color information
#84A14A (or 0x84A14A) is known color: Chelsea Cucumber. HEX triplet: 84, A1 and 4A. RGB value is (132,161,74). Sum of RGB (Red+Green+Blue) = 132+161+74=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #84A14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A14A is #7B5EB5. Grayscale: #8E8E8E. Windows color (decimal): -8085174 or 4891012. OLE color: 4891012.
HSL color Cylindrical-coordinate representation of color #84A14A: hue angle of 80º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84A14A is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 74 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.37 |
| HSL | 80º | 0.37% | 0.46% | - |
| HSV(B) | 80º | 0.54% | 0.63% | - |
| XYZ | 23.5 | 30.89 | 11.2 | - |
| YUV | 142.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 74 | 0.18 | 0 | 0.54 | 0.37 | 80 | 0.37 | 0.46 |
| Hex | 84 | A1 | 4A | 12 | 0 | 36 | 25 | 50 | 25 | 2E |
| Octal | 204 | 241 | 112 | 22 | 0 | 66 | 45 | 120 | 45 | 56 |
| Binary | 10000100 | 10100001 | 1001010 | 10010 | 0 | 110110 | 100101 | 1010000 | 100101 | 101110 |
Color Harmonies of #84A14A
Complementary color
Monochromatic Colors of #84A14A
Black with #84A14A
Text Example
Text Example
White with #84A14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A14A; }
p { color: rgb(132,161,74); }
H1.HeaderClassName
{
color: #84A14A;
}
.AnyTagClassName
{
color: #84A14A;
}
</style>
background-color css
<style>
a { background-color: #84A14A; }
a { background-color: rgb(132,161,74); }
div.DivClassName
{
background-color: #84A14A;
}
.BgClassName
{
background-color: #84A14A;
}
</style>
border-color css
<style>
span { border-color: #84A14A; }
span { border-color: rgb(132,161,74); }
td.TdClassName
{
border-color: #84A14A;
}
.TagClassName
{
border-color: #84A14A;
}
</style>