Shades of Chelsea Cucumber #84A45C
Tints of Chelsea Cucumber #84A45C
RGB
CMYK
RGB Variations
Color information
#84A45C (or 0x84A45C) is known color: Chelsea Cucumber. HEX triplet: 84, A4 and 5C. RGB value is (132,164,92). Sum of RGB (Red+Green+Blue) = 132+164+92=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 164 - color contains mainly: green. Hex color #84A45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A45C is #7B5BA3. Grayscale: #929292. Windows color (decimal): -8084388 or 6071428. OLE color: 6071428.
HSL color Cylindrical-coordinate representation of color #84A45C: hue angle of 86.67º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84A45C is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 92 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.36 |
| HSL | 86.67º | 0.28% | 0.5% | - |
| HSV(B) | 86.67º | 0.44% | 0.64% | - |
| XYZ | 24.72 | 32.23 | 15.04 | - |
| YUV | 146.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 92 | 0.20 | 0 | 0.44 | 0.36 | 86.67 | 0.28 | 0.5 |
| Hex | 84 | A4 | 5C | 14 | 0 | 2C | 24 | 57 | 1C | 32 |
| Octal | 204 | 244 | 134 | 24 | 0 | 54 | 44 | 127 | 34 | 62 |
| Binary | 10000100 | 10100100 | 1011100 | 10100 | 0 | 101100 | 100100 | 1010111 | 11100 | 110010 |
Color Harmonies of #84A45C
Complementary color
Monochromatic Colors of #84A45C
Black with #84A45C
Text Example
Text Example
White with #84A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A45C; }
p { color: rgb(132,164,92); }
H1.HeaderClassName
{
color: #84A45C;
}
.AnyTagClassName
{
color: #84A45C;
}
</style>
background-color css
<style>
a { background-color: #84A45C; }
a { background-color: rgb(132,164,92); }
div.DivClassName
{
background-color: #84A45C;
}
.BgClassName
{
background-color: #84A45C;
}
</style>
border-color css
<style>
span { border-color: #84A45C; }
span { border-color: rgb(132,164,92); }
td.TdClassName
{
border-color: #84A45C;
}
.TagClassName
{
border-color: #84A45C;
}
</style>