Shades of Chelsea Cucumber #84A350
Tints of Chelsea Cucumber #84A350
RGB
CMYK
RGB Variations
Color information
#84A350 (or 0x84A350) is known color: Chelsea Cucumber. HEX triplet: 84, A3 and 50. RGB value is (132,163,80). Sum of RGB (Red+Green+Blue) = 132+163+80=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #84A350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A350 is #7B5CAF. Grayscale: #909090. Windows color (decimal): -8084656 or 5284740. OLE color: 5284740.
HSL color Cylindrical-coordinate representation of color #84A350: hue angle of 82.41º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84A350 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 80 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.36 |
| HSL | 82.41º | 0.34% | 0.48% | - |
| HSV(B) | 82.41º | 0.51% | 0.64% | - |
| XYZ | 24.06 | 31.68 | 12.44 | - |
| YUV | 144.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 80 | 0.19 | 0 | 0.51 | 0.36 | 82.41 | 0.34 | 0.48 |
| Hex | 84 | A3 | 50 | 13 | 0 | 33 | 24 | 52 | 22 | 30 |
| Octal | 204 | 243 | 120 | 23 | 0 | 63 | 44 | 122 | 42 | 60 |
| Binary | 10000100 | 10100011 | 1010000 | 10011 | 0 | 110011 | 100100 | 1010010 | 100010 | 110000 |
Color Harmonies of #84A350
Complementary color
Monochromatic Colors of #84A350
Black with #84A350
Text Example
Text Example
White with #84A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A350; }
p { color: rgb(132,163,80); }
H1.HeaderClassName
{
color: #84A350;
}
.AnyTagClassName
{
color: #84A350;
}
</style>
background-color css
<style>
a { background-color: #84A350; }
a { background-color: rgb(132,163,80); }
div.DivClassName
{
background-color: #84A350;
}
.BgClassName
{
background-color: #84A350;
}
</style>
border-color css
<style>
span { border-color: #84A350; }
span { border-color: rgb(132,163,80); }
td.TdClassName
{
border-color: #84A350;
}
.TagClassName
{
border-color: #84A350;
}
</style>