Shades of Chelsea Cucumber #84A54D
Tints of Chelsea Cucumber #84A54D
RGB
CMYK
RGB Variations
Color information
#84A54D (or 0x84A54D) is known color: Chelsea Cucumber. HEX triplet: 84, A5 and 4D. RGB value is (132,165,77). Sum of RGB (Red+Green+Blue) = 132+165+77=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 165 - color contains mainly: green. Hex color #84A54D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A54D is #7B5AB2. Grayscale: #919191. Windows color (decimal): -8084147 or 5088644. OLE color: 5088644.
HSL color Cylindrical-coordinate representation of color #84A54D: hue angle of 82.5º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84A54D is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 77 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.35 |
| HSL | 82.5º | 0.36% | 0.47% | - |
| HSV(B) | 82.5º | 0.53% | 0.65% | - |
| XYZ | 24.31 | 32.35 | 11.98 | - |
| YUV | 145.1 | 89.57 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 77 | 0.20 | 0 | 0.53 | 0.35 | 82.5 | 0.36 | 0.47 |
| Hex | 84 | A5 | 4D | 14 | 0 | 35 | 23 | 52 | 24 | 2F |
| Octal | 204 | 245 | 115 | 24 | 0 | 65 | 43 | 122 | 44 | 57 |
| Binary | 10000100 | 10100101 | 1001101 | 10100 | 0 | 110101 | 100011 | 1010010 | 100100 | 101111 |
Color Harmonies of #84A54D
Complementary color
Monochromatic Colors of #84A54D
Black with #84A54D
Text Example
Text Example
White with #84A54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A54D; }
p { color: rgb(132,165,77); }
H1.HeaderClassName
{
color: #84A54D;
}
.AnyTagClassName
{
color: #84A54D;
}
</style>
background-color css
<style>
a { background-color: #84A54D; }
a { background-color: rgb(132,165,77); }
div.DivClassName
{
background-color: #84A54D;
}
.BgClassName
{
background-color: #84A54D;
}
</style>
border-color css
<style>
span { border-color: #84A54D; }
span { border-color: rgb(132,165,77); }
td.TdClassName
{
border-color: #84A54D;
}
.TagClassName
{
border-color: #84A54D;
}
</style>