Shades of Chelsea Cucumber #84AA61
Tints of Chelsea Cucumber #84AA61
RGB
CMYK
RGB Variations
Color information
#84AA61 (or 0x84AA61) is known color: Chelsea Cucumber. HEX triplet: 84, AA and 61. RGB value is (132,170,97). Sum of RGB (Red+Green+Blue) = 132+170+97=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA61 is #7B559E. Grayscale: #969696. Windows color (decimal): -8082847 or 6400644. OLE color: 6400644.
HSL color Cylindrical-coordinate representation of color #84AA61: hue angle of 91.23º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84AA61 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 97 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.33 |
| HSL | 91.23º | 0.3% | 0.52% | - |
| HSV(B) | 91.23º | 0.43% | 0.67% | - |
| XYZ | 26.05 | 34.52 | 16.6 | - |
| YUV | 150.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 97 | 0.22 | 0 | 0.43 | 0.33 | 91.23 | 0.3 | 0.52 |
| Hex | 84 | AA | 61 | 16 | 0 | 2B | 21 | 5B | 1E | 34 |
| Octal | 204 | 252 | 141 | 26 | 0 | 53 | 41 | 133 | 36 | 64 |
| Binary | 10000100 | 10101010 | 1100001 | 10110 | 0 | 101011 | 100001 | 1011011 | 11110 | 110100 |
Color Harmonies of #84AA61
Complementary color
Monochromatic Colors of #84AA61
Black with #84AA61
Text Example
Text Example
White with #84AA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA61; }
p { color: rgb(132,170,97); }
H1.HeaderClassName
{
color: #84AA61;
}
.AnyTagClassName
{
color: #84AA61;
}
</style>
background-color css
<style>
a { background-color: #84AA61; }
a { background-color: rgb(132,170,97); }
div.DivClassName
{
background-color: #84AA61;
}
.BgClassName
{
background-color: #84AA61;
}
</style>
border-color css
<style>
span { border-color: #84AA61; }
span { border-color: rgb(132,170,97); }
td.TdClassName
{
border-color: #84AA61;
}
.TagClassName
{
border-color: #84AA61;
}
</style>