Shades of Chelsea Cucumber #84AD5D
Tints of Chelsea Cucumber #84AD5D
RGB
CMYK
RGB Variations
Color information
#84AD5D (or 0x84AD5D) is known color: Chelsea Cucumber. HEX triplet: 84, AD and 5D. RGB value is (132,173,93). Sum of RGB (Red+Green+Blue) = 132+173+93=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AD5D is #7B52A2. Grayscale: #979797. Windows color (decimal): -8082083 or 6139268. OLE color: 6139268.
HSL color Cylindrical-coordinate representation of color #84AD5D: hue angle of 90.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84AD5D is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 93 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.32 |
| HSL | 90.75º | 0.33% | 0.52% | - |
| HSV(B) | 90.75º | 0.46% | 0.68% | - |
| XYZ | 26.44 | 35.58 | 15.83 | - |
| YUV | 151.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 93 | 0.24 | 0 | 0.46 | 0.32 | 90.75 | 0.33 | 0.52 |
| Hex | 84 | AD | 5D | 18 | 0 | 2E | 20 | 5B | 21 | 34 |
| Octal | 204 | 255 | 135 | 30 | 0 | 56 | 40 | 133 | 41 | 64 |
| Binary | 10000100 | 10101101 | 1011101 | 11000 | 0 | 101110 | 100000 | 1011011 | 100001 | 110100 |
Color Harmonies of #84AD5D
Complementary color
Monochromatic Colors of #84AD5D
Black with #84AD5D
Text Example
Text Example
White with #84AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD5D; }
p { color: rgb(132,173,93); }
H1.HeaderClassName
{
color: #84AD5D;
}
.AnyTagClassName
{
color: #84AD5D;
}
</style>
background-color css
<style>
a { background-color: #84AD5D; }
a { background-color: rgb(132,173,93); }
div.DivClassName
{
background-color: #84AD5D;
}
.BgClassName
{
background-color: #84AD5D;
}
</style>
border-color css
<style>
span { border-color: #84AD5D; }
span { border-color: rgb(132,173,93); }
td.TdClassName
{
border-color: #84AD5D;
}
.TagClassName
{
border-color: #84AD5D;
}
</style>