Shades of Chelsea Cucumber #84A55C
Tints of Chelsea Cucumber #84A55C
RGB
CMYK
RGB Variations
Color information
#84A55C (or 0x84A55C) is known color: Chelsea Cucumber. HEX triplet: 84, A5 and 5C. RGB value is (132,165,92). Sum of RGB (Red+Green+Blue) = 132+165+92=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #84A55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A55C is #7B5AA3. Grayscale: #939393. Windows color (decimal): -8084132 or 6071684. OLE color: 6071684.
HSL color Cylindrical-coordinate representation of color #84A55C: hue angle of 87.12º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84A55C is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 92 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.35 |
| HSL | 87.12º | 0.29% | 0.5% | - |
| HSV(B) | 87.12º | 0.44% | 0.65% | - |
| XYZ | 24.9 | 32.59 | 15.1 | - |
| YUV | 146.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 92 | 0.20 | 0 | 0.44 | 0.35 | 87.12 | 0.29 | 0.5 |
| Hex | 84 | A5 | 5C | 14 | 0 | 2C | 23 | 57 | 1D | 32 |
| Octal | 204 | 245 | 134 | 24 | 0 | 54 | 43 | 127 | 35 | 62 |
| Binary | 10000100 | 10100101 | 1011100 | 10100 | 0 | 101100 | 100011 | 1010111 | 11101 | 110010 |
Color Harmonies of #84A55C
Complementary color
Monochromatic Colors of #84A55C
Black with #84A55C
Text Example
Text Example
White with #84A55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A55C; }
p { color: rgb(132,165,92); }
H1.HeaderClassName
{
color: #84A55C;
}
.AnyTagClassName
{
color: #84A55C;
}
</style>
background-color css
<style>
a { background-color: #84A55C; }
a { background-color: rgb(132,165,92); }
div.DivClassName
{
background-color: #84A55C;
}
.BgClassName
{
background-color: #84A55C;
}
</style>
border-color css
<style>
span { border-color: #84A55C; }
span { border-color: rgb(132,165,92); }
td.TdClassName
{
border-color: #84A55C;
}
.TagClassName
{
border-color: #84A55C;
}
</style>