Shades of Chelsea Cucumber #84A949
Tints of Chelsea Cucumber #84A949
RGB
CMYK
RGB Variations
Color information
#84A949 (or 0x84A949) is known color: Chelsea Cucumber. HEX triplet: 84, A9 and 49. RGB value is (132,169,73). Sum of RGB (Red+Green+Blue) = 132+169+73=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #84A949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A949 is #7B56B6. Grayscale: #939393. Windows color (decimal): -8083127 or 4827524. OLE color: 4827524.
HSL color Cylindrical-coordinate representation of color #84A949: hue angle of 83.13º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84A949 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 73 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.34 |
| HSL | 83.13º | 0.4% | 0.47% | - |
| HSV(B) | 83.13º | 0.57% | 0.66% | - |
| XYZ | 24.91 | 33.76 | 11.51 | - |
| YUV | 146.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 73 | 0.22 | 0 | 0.57 | 0.34 | 83.13 | 0.4 | 0.47 |
| Hex | 84 | A9 | 49 | 16 | 0 | 39 | 22 | 53 | 28 | 2F |
| Octal | 204 | 251 | 111 | 26 | 0 | 71 | 42 | 123 | 50 | 57 |
| Binary | 10000100 | 10101001 | 1001001 | 10110 | 0 | 111001 | 100010 | 1010011 | 101000 | 101111 |
Color Harmonies of #84A949
Complementary color
Monochromatic Colors of #84A949
Black with #84A949
Text Example
Text Example
White with #84A949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A949; }
p { color: rgb(132,169,73); }
H1.HeaderClassName
{
color: #84A949;
}
.AnyTagClassName
{
color: #84A949;
}
</style>
background-color css
<style>
a { background-color: #84A949; }
a { background-color: rgb(132,169,73); }
div.DivClassName
{
background-color: #84A949;
}
.BgClassName
{
background-color: #84A949;
}
</style>
border-color css
<style>
span { border-color: #84A949; }
span { border-color: rgb(132,169,73); }
td.TdClassName
{
border-color: #84A949;
}
.TagClassName
{
border-color: #84A949;
}
</style>