Shades of Chelsea Cucumber #84A349
Tints of Chelsea Cucumber #84A349
RGB
CMYK
RGB Variations
Color information
#84A349 (or 0x84A349) is known color: Chelsea Cucumber. HEX triplet: 84, A3 and 49. RGB value is (132,163,73). Sum of RGB (Red+Green+Blue) = 132+163+73=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #84A349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A349 is #7B5CB6. Grayscale: #8F8F8F. Windows color (decimal): -8084663 or 4825988. OLE color: 4825988.
HSL color Cylindrical-coordinate representation of color #84A349: hue angle of 80.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84A349 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 73 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.36 |
| HSL | 80.67º | 0.38% | 0.46% | - |
| HSV(B) | 80.67º | 0.55% | 0.64% | - |
| XYZ | 23.82 | 31.58 | 11.14 | - |
| YUV | 143.47 | 88.23 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 73 | 0.19 | 0 | 0.55 | 0.36 | 80.67 | 0.38 | 0.46 |
| Hex | 84 | A3 | 49 | 13 | 0 | 37 | 24 | 51 | 26 | 2E |
| Octal | 204 | 243 | 111 | 23 | 0 | 67 | 44 | 121 | 46 | 56 |
| Binary | 10000100 | 10100011 | 1001001 | 10011 | 0 | 110111 | 100100 | 1010001 | 100110 | 101110 |
Color Harmonies of #84A349
Complementary color
Monochromatic Colors of #84A349
Black with #84A349
Text Example
Text Example
White with #84A349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A349; }
p { color: rgb(132,163,73); }
H1.HeaderClassName
{
color: #84A349;
}
.AnyTagClassName
{
color: #84A349;
}
</style>
background-color css
<style>
a { background-color: #84A349; }
a { background-color: rgb(132,163,73); }
div.DivClassName
{
background-color: #84A349;
}
.BgClassName
{
background-color: #84A349;
}
</style>
border-color css
<style>
span { border-color: #84A349; }
span { border-color: rgb(132,163,73); }
td.TdClassName
{
border-color: #84A349;
}
.TagClassName
{
border-color: #84A349;
}
</style>