Shades of Chelsea Cucumber #84A25D
Tints of Chelsea Cucumber #84A25D
RGB
CMYK
RGB Variations
Color information
#84A25D (or 0x84A25D) is known color: Chelsea Cucumber. HEX triplet: 84, A2 and 5D. RGB value is (132,162,93). Sum of RGB (Red+Green+Blue) = 132+162+93=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #84A25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A25D is #7B5DA2. Grayscale: #919191. Windows color (decimal): -8084899 or 6136452. OLE color: 6136452.
HSL color Cylindrical-coordinate representation of color #84A25D: hue angle of 86.09º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84A25D is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 93 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.36 |
| HSL | 86.09º | 0.27% | 0.5% | - |
| HSV(B) | 86.09º | 0.43% | 0.64% | - |
| XYZ | 24.41 | 31.54 | 15.16 | - |
| YUV | 145.16 | 98.56 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 93 | 0.19 | 0 | 0.43 | 0.36 | 86.09 | 0.27 | 0.5 |
| Hex | 84 | A2 | 5D | 13 | 0 | 2B | 24 | 56 | 1B | 32 |
| Octal | 204 | 242 | 135 | 23 | 0 | 53 | 44 | 126 | 33 | 62 |
| Binary | 10000100 | 10100010 | 1011101 | 10011 | 0 | 101011 | 100100 | 1010110 | 11011 | 110010 |
Color Harmonies of #84A25D
Complementary color
Monochromatic Colors of #84A25D
Black with #84A25D
Text Example
Text Example
White with #84A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A25D; }
p { color: rgb(132,162,93); }
H1.HeaderClassName
{
color: #84A25D;
}
.AnyTagClassName
{
color: #84A25D;
}
</style>
background-color css
<style>
a { background-color: #84A25D; }
a { background-color: rgb(132,162,93); }
div.DivClassName
{
background-color: #84A25D;
}
.BgClassName
{
background-color: #84A25D;
}
</style>
border-color css
<style>
span { border-color: #84A25D; }
span { border-color: rgb(132,162,93); }
td.TdClassName
{
border-color: #84A25D;
}
.TagClassName
{
border-color: #84A25D;
}
</style>