Shades of Chelsea Cucumber #84A35C
Tints of Chelsea Cucumber #84A35C
RGB
CMYK
RGB Variations
Color information
#84A35C (or 0x84A35C) is known color: Chelsea Cucumber. HEX triplet: 84, A3 and 5C. RGB value is (132,163,92). Sum of RGB (Red+Green+Blue) = 132+163+92=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #84A35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A35C is #7B5CA3. Grayscale: #919191. Windows color (decimal): -8084644 or 6071172. OLE color: 6071172.
HSL color Cylindrical-coordinate representation of color #84A35C: hue angle of 86.2º 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 #84A35C is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 92 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.36 |
| HSL | 86.2º | 0.28% | 0.5% | - |
| HSV(B) | 86.2º | 0.44% | 0.64% | - |
| XYZ | 24.54 | 31.87 | 14.98 | - |
| YUV | 145.64 | 97.73 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 92 | 0.19 | 0 | 0.44 | 0.36 | 86.2 | 0.28 | 0.5 |
| Hex | 84 | A3 | 5C | 13 | 0 | 2C | 24 | 56 | 1C | 32 |
| Octal | 204 | 243 | 134 | 23 | 0 | 54 | 44 | 126 | 34 | 62 |
| Binary | 10000100 | 10100011 | 1011100 | 10011 | 0 | 101100 | 100100 | 1010110 | 11100 | 110010 |
Color Harmonies of #84A35C
Complementary color
Monochromatic Colors of #84A35C
Black with #84A35C
Text Example
Text Example
White with #84A35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A35C; }
p { color: rgb(132,163,92); }
H1.HeaderClassName
{
color: #84A35C;
}
.AnyTagClassName
{
color: #84A35C;
}
</style>
background-color css
<style>
a { background-color: #84A35C; }
a { background-color: rgb(132,163,92); }
div.DivClassName
{
background-color: #84A35C;
}
.BgClassName
{
background-color: #84A35C;
}
</style>
border-color css
<style>
span { border-color: #84A35C; }
span { border-color: rgb(132,163,92); }
td.TdClassName
{
border-color: #84A35C;
}
.TagClassName
{
border-color: #84A35C;
}
</style>