Shades of Chelsea Cucumber #84AE64
Tints of Chelsea Cucumber #84AE64
RGB
CMYK
RGB Variations
Color information
#84AE64 (or 0x84AE64) is known color: Chelsea Cucumber. HEX triplet: 84, AE and 64. RGB value is (132,174,100). Sum of RGB (Red+Green+Blue) = 132+174+100=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #84AE64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AE64 is #7B519B. Grayscale: #999999. Windows color (decimal): -8081820 or 6598276. OLE color: 6598276.
HSL color Cylindrical-coordinate representation of color #84AE64: hue angle of 94.05º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84AE64 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 174 | 100 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.32 |
| HSL | 94.05º | 0.31% | 0.54% | - |
| HSV(B) | 94.05º | 0.43% | 0.68% | - |
| XYZ | 26.95 | 36.1 | 17.6 | - |
| YUV | 153.01 | 98.09 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 174 | 100 | 0.24 | 0 | 0.43 | 0.32 | 94.05 | 0.31 | 0.54 |
| Hex | 84 | AE | 64 | 18 | 0 | 2B | 20 | 5E | 1F | 36 |
| Octal | 204 | 256 | 144 | 30 | 0 | 53 | 40 | 136 | 37 | 66 |
| Binary | 10000100 | 10101110 | 1100100 | 11000 | 0 | 101011 | 100000 | 1011110 | 11111 | 110110 |
Color Harmonies of #84AE64
Complementary color
Monochromatic Colors of #84AE64
Black with #84AE64
Text Example
Text Example
White with #84AE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AE64; }
p { color: rgb(132,174,100); }
H1.HeaderClassName
{
color: #84AE64;
}
.AnyTagClassName
{
color: #84AE64;
}
</style>
background-color css
<style>
a { background-color: #84AE64; }
a { background-color: rgb(132,174,100); }
div.DivClassName
{
background-color: #84AE64;
}
.BgClassName
{
background-color: #84AE64;
}
</style>
border-color css
<style>
span { border-color: #84AE64; }
span { border-color: rgb(132,174,100); }
td.TdClassName
{
border-color: #84AE64;
}
.TagClassName
{
border-color: #84AE64;
}
</style>