Shades of Chelsea Cucumber #84AD65
Tints of Chelsea Cucumber #84AD65
RGB
CMYK
RGB Variations
Color information
#84AD65 (or 0x84AD65) is known color: Chelsea Cucumber. HEX triplet: 84, AD and 65. RGB value is (132,173,101). Sum of RGB (Red+Green+Blue) = 132+173+101=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AD65 is #7B529A. Grayscale: #989898. Windows color (decimal): -8082075 or 6663556. OLE color: 6663556.
HSL color Cylindrical-coordinate representation of color #84AD65: hue angle of 94.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84AD65 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 101 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.32 |
| HSL | 94.17º | 0.31% | 0.54% | - |
| HSV(B) | 94.17º | 0.42% | 0.68% | - |
| XYZ | 26.81 | 35.73 | 17.8 | - |
| YUV | 152.53 | 98.92 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 101 | 0.24 | 0 | 0.42 | 0.32 | 94.17 | 0.31 | 0.54 |
| Hex | 84 | AD | 65 | 18 | 0 | 2A | 20 | 5E | 1F | 36 |
| Octal | 204 | 255 | 145 | 30 | 0 | 52 | 40 | 136 | 37 | 66 |
| Binary | 10000100 | 10101101 | 1100101 | 11000 | 0 | 101010 | 100000 | 1011110 | 11111 | 110110 |
Color Harmonies of #84AD65
Complementary color
Monochromatic Colors of #84AD65
Black with #84AD65
Text Example
Text Example
White with #84AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD65; }
p { color: rgb(132,173,101); }
H1.HeaderClassName
{
color: #84AD65;
}
.AnyTagClassName
{
color: #84AD65;
}
</style>
background-color css
<style>
a { background-color: #84AD65; }
a { background-color: rgb(132,173,101); }
div.DivClassName
{
background-color: #84AD65;
}
.BgClassName
{
background-color: #84AD65;
}
</style>
border-color css
<style>
span { border-color: #84AD65; }
span { border-color: rgb(132,173,101); }
td.TdClassName
{
border-color: #84AD65;
}
.TagClassName
{
border-color: #84AD65;
}
</style>