Shades of Chelsea Cucumber #84A15C
Tints of Chelsea Cucumber #84A15C
RGB
CMYK
RGB Variations
Color information
#84A15C (or 0x84A15C) is known color: Chelsea Cucumber. HEX triplet: 84, A1 and 5C. RGB value is (132,161,92). Sum of RGB (Red+Green+Blue) = 132+161+92=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #84A15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A15C is #7B5EA3. Grayscale: #909090. Windows color (decimal): -8085156 or 6070660. OLE color: 6070660.
HSL color Cylindrical-coordinate representation of color #84A15C: hue angle of 85.22º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84A15C is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 92 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.37 |
| HSL | 85.22º | 0.27% | 0.5% | - |
| HSV(B) | 85.22º | 0.43% | 0.63% | - |
| XYZ | 24.19 | 31.17 | 14.87 | - |
| YUV | 144.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 92 | 0.18 | 0 | 0.43 | 0.37 | 85.22 | 0.27 | 0.5 |
| Hex | 84 | A1 | 5C | 12 | 0 | 2B | 25 | 55 | 1B | 32 |
| Octal | 204 | 241 | 134 | 22 | 0 | 53 | 45 | 125 | 33 | 62 |
| Binary | 10000100 | 10100001 | 1011100 | 10010 | 0 | 101011 | 100101 | 1010101 | 11011 | 110010 |
Color Harmonies of #84A15C
Complementary color
Monochromatic Colors of #84A15C
Black with #84A15C
Text Example
Text Example
White with #84A15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A15C; }
p { color: rgb(132,161,92); }
H1.HeaderClassName
{
color: #84A15C;
}
.AnyTagClassName
{
color: #84A15C;
}
</style>
background-color css
<style>
a { background-color: #84A15C; }
a { background-color: rgb(132,161,92); }
div.DivClassName
{
background-color: #84A15C;
}
.BgClassName
{
background-color: #84A15C;
}
</style>
border-color css
<style>
span { border-color: #84A15C; }
span { border-color: rgb(132,161,92); }
td.TdClassName
{
border-color: #84A15C;
}
.TagClassName
{
border-color: #84A15C;
}
</style>