Shades of Chelsea Cucumber #84A05C
Tints of Chelsea Cucumber #84A05C
RGB
CMYK
RGB Variations
Color information
#84A05C (or 0x84A05C) is known color: Chelsea Cucumber. HEX triplet: 84, A0 and 5C. RGB value is (132,160,92). Sum of RGB (Red+Green+Blue) = 132+160+92=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 160 - color contains mainly: green. Hex color #84A05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A05C is #7B5FA3. Grayscale: #909090. Windows color (decimal): -8085412 or 6070404. OLE color: 6070404.
HSL color Cylindrical-coordinate representation of color #84A05C: hue angle of 84.71º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84A05C is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 92 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.37 |
| HSL | 84.71º | 0.27% | 0.49% | - |
| HSV(B) | 84.71º | 0.43% | 0.63% | - |
| XYZ | 24.02 | 30.82 | 14.81 | - |
| YUV | 143.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 92 | 0.17 | 0 | 0.43 | 0.37 | 84.71 | 0.27 | 0.49 |
| Hex | 84 | A0 | 5C | 11 | 0 | 2B | 25 | 55 | 1B | 31 |
| Octal | 204 | 240 | 134 | 21 | 0 | 53 | 45 | 125 | 33 | 61 |
| Binary | 10000100 | 10100000 | 1011100 | 10001 | 0 | 101011 | 100101 | 1010101 | 11011 | 110001 |
Color Harmonies of #84A05C
Complementary color
Monochromatic Colors of #84A05C
Black with #84A05C
Text Example
Text Example
White with #84A05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A05C; }
p { color: rgb(132,160,92); }
H1.HeaderClassName
{
color: #84A05C;
}
.AnyTagClassName
{
color: #84A05C;
}
</style>
background-color css
<style>
a { background-color: #84A05C; }
a { background-color: rgb(132,160,92); }
div.DivClassName
{
background-color: #84A05C;
}
.BgClassName
{
background-color: #84A05C;
}
</style>
border-color css
<style>
span { border-color: #84A05C; }
span { border-color: rgb(132,160,92); }
td.TdClassName
{
border-color: #84A05C;
}
.TagClassName
{
border-color: #84A05C;
}
</style>