Shades of Chelsea Cucumber #84AA68
Tints of Chelsea Cucumber #84AA68
RGB
CMYK
RGB Variations
Color information
#84AA68 (or 0x84AA68) is known color: Chelsea Cucumber. HEX triplet: 84, AA and 68. RGB value is (132,170,104). Sum of RGB (Red+Green+Blue) = 132+170+104=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA68 is #7B5597. Grayscale: #979797. Windows color (decimal): -8082840 or 6859396. OLE color: 6859396.
HSL color Cylindrical-coordinate representation of color #84AA68: hue angle of 94.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84AA68 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 104 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.33 |
| HSL | 94.55º | 0.28% | 0.54% | - |
| HSV(B) | 94.55º | 0.39% | 0.67% | - |
| XYZ | 26.39 | 34.65 | 18.39 | - |
| YUV | 151.11 | 101.41 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 104 | 0.22 | 0 | 0.39 | 0.33 | 94.55 | 0.28 | 0.54 |
| Hex | 84 | AA | 68 | 16 | 0 | 27 | 21 | 5F | 1C | 36 |
| Octal | 204 | 252 | 150 | 26 | 0 | 47 | 41 | 137 | 34 | 66 |
| Binary | 10000100 | 10101010 | 1101000 | 10110 | 0 | 100111 | 100001 | 1011111 | 11100 | 110110 |
Color Harmonies of #84AA68
Complementary color
Monochromatic Colors of #84AA68
Black with #84AA68
Text Example
Text Example
White with #84AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA68; }
p { color: rgb(132,170,104); }
H1.HeaderClassName
{
color: #84AA68;
}
.AnyTagClassName
{
color: #84AA68;
}
</style>
background-color css
<style>
a { background-color: #84AA68; }
a { background-color: rgb(132,170,104); }
div.DivClassName
{
background-color: #84AA68;
}
.BgClassName
{
background-color: #84AA68;
}
</style>
border-color css
<style>
span { border-color: #84AA68; }
span { border-color: rgb(132,170,104); }
td.TdClassName
{
border-color: #84AA68;
}
.TagClassName
{
border-color: #84AA68;
}
</style>