Shades of Chelsea Cucumber #84A157
Tints of Chelsea Cucumber #84A157
RGB
CMYK
RGB Variations
Color information
#84A157 (or 0x84A157) is known color: Chelsea Cucumber. HEX triplet: 84, A1 and 57. RGB value is (132,161,87). Sum of RGB (Red+Green+Blue) = 132+161+87=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #84A157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A157 is #7B5EA8. Grayscale: #909090. Windows color (decimal): -8085161 or 5742980. OLE color: 5742980.
HSL color Cylindrical-coordinate representation of color #84A157: hue angle of 83.51º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84A157 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 87 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.37 |
| HSL | 83.51º | 0.3% | 0.49% | - |
| HSV(B) | 83.51º | 0.46% | 0.63% | - |
| XYZ | 23.98 | 31.08 | 13.75 | - |
| YUV | 143.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 87 | 0.18 | 0 | 0.46 | 0.37 | 83.51 | 0.3 | 0.49 |
| Hex | 84 | A1 | 57 | 12 | 0 | 2E | 25 | 54 | 1E | 31 |
| Octal | 204 | 241 | 127 | 22 | 0 | 56 | 45 | 124 | 36 | 61 |
| Binary | 10000100 | 10100001 | 1010111 | 10010 | 0 | 101110 | 100101 | 1010100 | 11110 | 110001 |
Color Harmonies of #84A157
Complementary color
Monochromatic Colors of #84A157
Black with #84A157
Text Example
Text Example
White with #84A157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A157; }
p { color: rgb(132,161,87); }
H1.HeaderClassName
{
color: #84A157;
}
.AnyTagClassName
{
color: #84A157;
}
</style>
background-color css
<style>
a { background-color: #84A157; }
a { background-color: rgb(132,161,87); }
div.DivClassName
{
background-color: #84A157;
}
.BgClassName
{
background-color: #84A157;
}
</style>
border-color css
<style>
span { border-color: #84A157; }
span { border-color: rgb(132,161,87); }
td.TdClassName
{
border-color: #84A157;
}
.TagClassName
{
border-color: #84A157;
}
</style>