Shades of Chelsea Cucumber #84A257
Tints of Chelsea Cucumber #84A257
RGB
CMYK
RGB Variations
Color information
#84A257 (or 0x84A257) is known color: Chelsea Cucumber. HEX triplet: 84, A2 and 57. RGB value is (132,162,87). Sum of RGB (Red+Green+Blue) = 132+162+87=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #84A257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A257 is #7B5DA8. Grayscale: #909090. Windows color (decimal): -8084905 or 5743236. OLE color: 5743236.
HSL color Cylindrical-coordinate representation of color #84A257: hue angle of 84º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84A257 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 87 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.36 |
| HSL | 84º | 0.3% | 0.49% | - |
| HSV(B) | 84º | 0.46% | 0.64% | - |
| XYZ | 24.16 | 31.43 | 13.81 | - |
| YUV | 144.48 | 95.56 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 87 | 0.19 | 0 | 0.46 | 0.36 | 84 | 0.3 | 0.49 |
| Hex | 84 | A2 | 57 | 13 | 0 | 2E | 24 | 54 | 1E | 31 |
| Octal | 204 | 242 | 127 | 23 | 0 | 56 | 44 | 124 | 36 | 61 |
| Binary | 10000100 | 10100010 | 1010111 | 10011 | 0 | 101110 | 100100 | 1010100 | 11110 | 110001 |
Color Harmonies of #84A257
Complementary color
Monochromatic Colors of #84A257
Black with #84A257
Text Example
Text Example
White with #84A257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A257; }
p { color: rgb(132,162,87); }
H1.HeaderClassName
{
color: #84A257;
}
.AnyTagClassName
{
color: #84A257;
}
</style>
background-color css
<style>
a { background-color: #84A257; }
a { background-color: rgb(132,162,87); }
div.DivClassName
{
background-color: #84A257;
}
.BgClassName
{
background-color: #84A257;
}
</style>
border-color css
<style>
span { border-color: #84A257; }
span { border-color: rgb(132,162,87); }
td.TdClassName
{
border-color: #84A257;
}
.TagClassName
{
border-color: #84A257;
}
</style>