Shades of Chelsea Cucumber #84A552
Tints of Chelsea Cucumber #84A552
RGB
CMYK
RGB Variations
Color information
#84A552 (or 0x84A552) is known color: Chelsea Cucumber. HEX triplet: 84, A5 and 52. RGB value is (132,165,82). Sum of RGB (Red+Green+Blue) = 132+165+82=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #84A552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A552 is #7B5AAD. Grayscale: #919191. Windows color (decimal): -8084142 or 5416324. OLE color: 5416324.
HSL color Cylindrical-coordinate representation of color #84A552: hue angle of 83.86º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84A552 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 82 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.35 |
| HSL | 83.86º | 0.34% | 0.48% | - |
| HSV(B) | 83.86º | 0.5% | 0.65% | - |
| XYZ | 24.49 | 32.43 | 12.95 | - |
| YUV | 145.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 82 | 0.20 | 0 | 0.50 | 0.35 | 83.86 | 0.34 | 0.48 |
| Hex | 84 | A5 | 52 | 14 | 0 | 32 | 23 | 54 | 22 | 30 |
| Octal | 204 | 245 | 122 | 24 | 0 | 62 | 43 | 124 | 42 | 60 |
| Binary | 10000100 | 10100101 | 1010010 | 10100 | 0 | 110010 | 100011 | 1010100 | 100010 | 110000 |
Color Harmonies of #84A552
Complementary color
Monochromatic Colors of #84A552
Black with #84A552
Text Example
Text Example
White with #84A552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A552; }
p { color: rgb(132,165,82); }
H1.HeaderClassName
{
color: #84A552;
}
.AnyTagClassName
{
color: #84A552;
}
</style>
background-color css
<style>
a { background-color: #84A552; }
a { background-color: rgb(132,165,82); }
div.DivClassName
{
background-color: #84A552;
}
.BgClassName
{
background-color: #84A552;
}
</style>
border-color css
<style>
span { border-color: #84A552; }
span { border-color: rgb(132,165,82); }
td.TdClassName
{
border-color: #84A552;
}
.TagClassName
{
border-color: #84A552;
}
</style>