Shades of Chelsea Cucumber #84A856
Tints of Chelsea Cucumber #84A856
RGB
CMYK
RGB Variations
Color information
#84A856 (or 0x84A856) is known color: Chelsea Cucumber. HEX triplet: 84, A8 and 56. RGB value is (132,168,86). Sum of RGB (Red+Green+Blue) = 132+168+86=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 168 - color contains mainly: green. Hex color #84A856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A856 is #7B57A9. Grayscale: #949494. Windows color (decimal): -8083370 or 5679236. OLE color: 5679236.
HSL color Cylindrical-coordinate representation of color #84A856: hue angle of 86.34º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84A856 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 168 | 86 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.34 |
| HSL | 86.34º | 0.32% | 0.5% | - |
| HSV(B) | 86.34º | 0.49% | 0.66% | - |
| XYZ | 25.2 | 33.58 | 13.96 | - |
| YUV | 147.89 | 93.07 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 86 | 0.21 | 0 | 0.49 | 0.34 | 86.34 | 0.32 | 0.5 |
| Hex | 84 | A8 | 56 | 15 | 0 | 31 | 22 | 56 | 20 | 32 |
| Octal | 204 | 250 | 126 | 25 | 0 | 61 | 42 | 126 | 40 | 62 |
| Binary | 10000100 | 10101000 | 1010110 | 10101 | 0 | 110001 | 100010 | 1010110 | 100000 | 110010 |
Color Harmonies of #84A856
Complementary color
Monochromatic Colors of #84A856
Black with #84A856
Text Example
Text Example
White with #84A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A856; }
p { color: rgb(132,168,86); }
H1.HeaderClassName
{
color: #84A856;
}
.AnyTagClassName
{
color: #84A856;
}
</style>
background-color css
<style>
a { background-color: #84A856; }
a { background-color: rgb(132,168,86); }
div.DivClassName
{
background-color: #84A856;
}
.BgClassName
{
background-color: #84A856;
}
</style>
border-color css
<style>
span { border-color: #84A856; }
span { border-color: rgb(132,168,86); }
td.TdClassName
{
border-color: #84A856;
}
.TagClassName
{
border-color: #84A856;
}
</style>