Shades of Chelsea Cucumber #84A052
Tints of Chelsea Cucumber #84A052
RGB
CMYK
RGB Variations
Color information
#84A052 (or 0x84A052) is known color: Chelsea Cucumber. HEX triplet: 84, A0 and 52. RGB value is (132,160,82). Sum of RGB (Red+Green+Blue) = 132+160+82=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 160 - color contains mainly: green. Hex color #84A052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A052 is #7B5FAD. Grayscale: #8F8F8F. Windows color (decimal): -8085422 or 5415044. OLE color: 5415044.
HSL color Cylindrical-coordinate representation of color #84A052: hue angle of 81.54º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84A052 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 82 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.37 |
| HSL | 81.54º | 0.32% | 0.47% | - |
| HSV(B) | 81.54º | 0.49% | 0.63% | - |
| XYZ | 23.61 | 30.66 | 12.66 | - |
| YUV | 142.74 | 93.72 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 82 | 0.17 | 0 | 0.49 | 0.37 | 81.54 | 0.32 | 0.47 |
| Hex | 84 | A0 | 52 | 11 | 0 | 31 | 25 | 52 | 20 | 2F |
| Octal | 204 | 240 | 122 | 21 | 0 | 61 | 45 | 122 | 40 | 57 |
| Binary | 10000100 | 10100000 | 1010010 | 10001 | 0 | 110001 | 100101 | 1010010 | 100000 | 101111 |
Color Harmonies of #84A052
Complementary color
Monochromatic Colors of #84A052
Black with #84A052
Text Example
Text Example
White with #84A052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A052; }
p { color: rgb(132,160,82); }
H1.HeaderClassName
{
color: #84A052;
}
.AnyTagClassName
{
color: #84A052;
}
</style>
background-color css
<style>
a { background-color: #84A052; }
a { background-color: rgb(132,160,82); }
div.DivClassName
{
background-color: #84A052;
}
.BgClassName
{
background-color: #84A052;
}
</style>
border-color css
<style>
span { border-color: #84A052; }
span { border-color: rgb(132,160,82); }
td.TdClassName
{
border-color: #84A052;
}
.TagClassName
{
border-color: #84A052;
}
</style>