Shades of Chelsea Cucumber #84AD5F
Tints of Chelsea Cucumber #84AD5F
RGB
CMYK
RGB Variations
Color information
#84AD5F (or 0x84AD5F) is known color: Chelsea Cucumber. HEX triplet: 84, AD and 5F. RGB value is (132,173,95). Sum of RGB (Red+Green+Blue) = 132+173+95=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AD5F is #7B52A0. Grayscale: #989898. Windows color (decimal): -8082081 or 6270340. OLE color: 6270340.
HSL color Cylindrical-coordinate representation of color #84AD5F: hue angle of 91.54º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84AD5F is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 95 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.32 |
| HSL | 91.54º | 0.32% | 0.53% | - |
| HSV(B) | 91.54º | 0.45% | 0.68% | - |
| XYZ | 26.52 | 35.62 | 16.3 | - |
| YUV | 151.85 | 95.92 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 95 | 0.24 | 0 | 0.45 | 0.32 | 91.54 | 0.32 | 0.53 |
| Hex | 84 | AD | 5F | 18 | 0 | 2D | 20 | 5C | 20 | 35 |
| Octal | 204 | 255 | 137 | 30 | 0 | 55 | 40 | 134 | 40 | 65 |
| Binary | 10000100 | 10101101 | 1011111 | 11000 | 0 | 101101 | 100000 | 1011100 | 100000 | 110101 |
Color Harmonies of #84AD5F
Complementary color
Monochromatic Colors of #84AD5F
Black with #84AD5F
Text Example
Text Example
White with #84AD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD5F; }
p { color: rgb(132,173,95); }
H1.HeaderClassName
{
color: #84AD5F;
}
.AnyTagClassName
{
color: #84AD5F;
}
</style>
background-color css
<style>
a { background-color: #84AD5F; }
a { background-color: rgb(132,173,95); }
div.DivClassName
{
background-color: #84AD5F;
}
.BgClassName
{
background-color: #84AD5F;
}
</style>
border-color css
<style>
span { border-color: #84AD5F; }
span { border-color: rgb(132,173,95); }
td.TdClassName
{
border-color: #84AD5F;
}
.TagClassName
{
border-color: #84AD5F;
}
</style>