Shades of Chelsea Cucumber #84A353
Tints of Chelsea Cucumber #84A353
RGB
CMYK
RGB Variations
Color information
#84A353 (or 0x84A353) is known color: Chelsea Cucumber. HEX triplet: 84, A3 and 53. RGB value is (132,163,83). Sum of RGB (Red+Green+Blue) = 132+163+83=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 163 - color contains mainly: green. Hex color #84A353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A353 is #7B5CAC. Grayscale: #909090. Windows color (decimal): -8084653 or 5481348. OLE color: 5481348.
HSL color Cylindrical-coordinate representation of color #84A353: hue angle of 83.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84A353 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 83 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.36 |
| HSL | 83.25º | 0.33% | 0.48% | - |
| HSV(B) | 83.25º | 0.49% | 0.64% | - |
| XYZ | 24.17 | 31.72 | 13.03 | - |
| YUV | 144.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 83 | 0.19 | 0 | 0.49 | 0.36 | 83.25 | 0.33 | 0.48 |
| Hex | 84 | A3 | 53 | 13 | 0 | 31 | 24 | 53 | 21 | 30 |
| Octal | 204 | 243 | 123 | 23 | 0 | 61 | 44 | 123 | 41 | 60 |
| Binary | 10000100 | 10100011 | 1010011 | 10011 | 0 | 110001 | 100100 | 1010011 | 100001 | 110000 |
Color Harmonies of #84A353
Complementary color
Monochromatic Colors of #84A353
Black with #84A353
Text Example
Text Example
White with #84A353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A353; }
p { color: rgb(132,163,83); }
H1.HeaderClassName
{
color: #84A353;
}
.AnyTagClassName
{
color: #84A353;
}
</style>
background-color css
<style>
a { background-color: #84A353; }
a { background-color: rgb(132,163,83); }
div.DivClassName
{
background-color: #84A353;
}
.BgClassName
{
background-color: #84A353;
}
</style>
border-color css
<style>
span { border-color: #84A353; }
span { border-color: rgb(132,163,83); }
td.TdClassName
{
border-color: #84A353;
}
.TagClassName
{
border-color: #84A353;
}
</style>