Shades of Chelsea Cucumber #84AA60
Tints of Chelsea Cucumber #84AA60
RGB
CMYK
RGB Variations
Color information
#84AA60 (or 0x84AA60) is known color: Chelsea Cucumber. HEX triplet: 84, AA and 60. RGB value is (132,170,96). Sum of RGB (Red+Green+Blue) = 132+170+96=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA60 is #7B559F. Grayscale: #969696. Windows color (decimal): -8082848 or 6335108. OLE color: 6335108.
HSL color Cylindrical-coordinate representation of color #84AA60: hue angle of 90.81º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84AA60 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 96 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.33 |
| HSL | 90.81º | 0.3% | 0.52% | - |
| HSV(B) | 90.81º | 0.44% | 0.67% | - |
| XYZ | 26 | 34.5 | 16.35 | - |
| YUV | 150.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 96 | 0.22 | 0 | 0.44 | 0.33 | 90.81 | 0.3 | 0.52 |
| Hex | 84 | AA | 60 | 16 | 0 | 2C | 21 | 5B | 1E | 34 |
| Octal | 204 | 252 | 140 | 26 | 0 | 54 | 41 | 133 | 36 | 64 |
| Binary | 10000100 | 10101010 | 1100000 | 10110 | 0 | 101100 | 100001 | 1011011 | 11110 | 110100 |
Color Harmonies of #84AA60
Complementary color
Monochromatic Colors of #84AA60
Black with #84AA60
Text Example
Text Example
White with #84AA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA60; }
p { color: rgb(132,170,96); }
H1.HeaderClassName
{
color: #84AA60;
}
.AnyTagClassName
{
color: #84AA60;
}
</style>
background-color css
<style>
a { background-color: #84AA60; }
a { background-color: rgb(132,170,96); }
div.DivClassName
{
background-color: #84AA60;
}
.BgClassName
{
background-color: #84AA60;
}
</style>
border-color css
<style>
span { border-color: #84AA60; }
span { border-color: rgb(132,170,96); }
td.TdClassName
{
border-color: #84AA60;
}
.TagClassName
{
border-color: #84AA60;
}
</style>