Shades of Chelsea Cucumber #84A756
Tints of Chelsea Cucumber #84A756
RGB
CMYK
RGB Variations
Color information
#84A756 (or 0x84A756) is known color: Chelsea Cucumber. HEX triplet: 84, A7 and 56. RGB value is (132,167,86). Sum of RGB (Red+Green+Blue) = 132+167+86=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 167 - color contains mainly: green. Hex color #84A756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A756 is #7B58A9. Grayscale: #939393. Windows color (decimal): -8083626 or 5678980. OLE color: 5678980.
HSL color Cylindrical-coordinate representation of color #84A756: hue angle of 85.93º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84A756 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 86 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.35 |
| HSL | 85.93º | 0.32% | 0.5% | - |
| HSV(B) | 85.93º | 0.49% | 0.65% | - |
| XYZ | 25.01 | 33.21 | 13.9 | - |
| YUV | 147.3 | 93.4 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 86 | 0.21 | 0 | 0.49 | 0.35 | 85.93 | 0.32 | 0.5 |
| Hex | 84 | A7 | 56 | 15 | 0 | 31 | 23 | 56 | 20 | 32 |
| Octal | 204 | 247 | 126 | 25 | 0 | 61 | 43 | 126 | 40 | 62 |
| Binary | 10000100 | 10100111 | 1010110 | 10101 | 0 | 110001 | 100011 | 1010110 | 100000 | 110010 |
Color Harmonies of #84A756
Complementary color
Monochromatic Colors of #84A756
Black with #84A756
Text Example
Text Example
White with #84A756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A756; }
p { color: rgb(132,167,86); }
H1.HeaderClassName
{
color: #84A756;
}
.AnyTagClassName
{
color: #84A756;
}
</style>
background-color css
<style>
a { background-color: #84A756; }
a { background-color: rgb(132,167,86); }
div.DivClassName
{
background-color: #84A756;
}
.BgClassName
{
background-color: #84A756;
}
</style>
border-color css
<style>
span { border-color: #84A756; }
span { border-color: rgb(132,167,86); }
td.TdClassName
{
border-color: #84A756;
}
.TagClassName
{
border-color: #84A756;
}
</style>