Shades of Chelsea Cucumber #84A25F
Tints of Chelsea Cucumber #84A25F
RGB
CMYK
RGB Variations
Color information
#84A25F (or 0x84A25F) is known color: Chelsea Cucumber. HEX triplet: 84, A2 and 5F. RGB value is (132,162,95). Sum of RGB (Red+Green+Blue) = 132+162+95=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #84A25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A25F is #7B5DA0. Grayscale: #919191. Windows color (decimal): -8084897 or 6267524. OLE color: 6267524.
HSL color Cylindrical-coordinate representation of color #84A25F: hue angle of 86.87º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84A25F is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 95 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.36 |
| HSL | 86.87º | 0.26% | 0.5% | - |
| HSV(B) | 86.87º | 0.41% | 0.64% | - |
| XYZ | 24.5 | 31.57 | 15.63 | - |
| YUV | 145.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 95 | 0.19 | 0 | 0.41 | 0.36 | 86.87 | 0.26 | 0.5 |
| Hex | 84 | A2 | 5F | 13 | 0 | 29 | 24 | 57 | 1A | 32 |
| Octal | 204 | 242 | 137 | 23 | 0 | 51 | 44 | 127 | 32 | 62 |
| Binary | 10000100 | 10100010 | 1011111 | 10011 | 0 | 101001 | 100100 | 1010111 | 11010 | 110010 |
Color Harmonies of #84A25F
Complementary color
Monochromatic Colors of #84A25F
Black with #84A25F
Text Example
Text Example
White with #84A25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A25F; }
p { color: rgb(132,162,95); }
H1.HeaderClassName
{
color: #84A25F;
}
.AnyTagClassName
{
color: #84A25F;
}
</style>
background-color css
<style>
a { background-color: #84A25F; }
a { background-color: rgb(132,162,95); }
div.DivClassName
{
background-color: #84A25F;
}
.BgClassName
{
background-color: #84A25F;
}
</style>
border-color css
<style>
span { border-color: #84A25F; }
span { border-color: rgb(132,162,95); }
td.TdClassName
{
border-color: #84A25F;
}
.TagClassName
{
border-color: #84A25F;
}
</style>