Shades of Chelsea Cucumber #84A454
Tints of Chelsea Cucumber #84A454
RGB
CMYK
RGB Variations
Color information
#84A454 (or 0x84A454) is known color: Chelsea Cucumber. HEX triplet: 84, A4 and 54. RGB value is (132,164,84). Sum of RGB (Red+Green+Blue) = 132+164+84=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #84A454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A454 is #7B5BAB. Grayscale: #919191. Windows color (decimal): -8084396 or 5547140. OLE color: 5547140.
HSL color Cylindrical-coordinate representation of color #84A454: hue angle of 84º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84A454 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 84 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.36 |
| HSL | 84º | 0.32% | 0.49% | - |
| HSV(B) | 84º | 0.49% | 0.64% | - |
| XYZ | 24.39 | 32.1 | 13.3 | - |
| YUV | 145.31 | 93.4 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 84 | 0.20 | 0 | 0.49 | 0.36 | 84 | 0.32 | 0.49 |
| Hex | 84 | A4 | 54 | 14 | 0 | 31 | 24 | 54 | 20 | 31 |
| Octal | 204 | 244 | 124 | 24 | 0 | 61 | 44 | 124 | 40 | 61 |
| Binary | 10000100 | 10100100 | 1010100 | 10100 | 0 | 110001 | 100100 | 1010100 | 100000 | 110001 |
Color Harmonies of #84A454
Complementary color
Monochromatic Colors of #84A454
Black with #84A454
Text Example
Text Example
White with #84A454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A454; }
p { color: rgb(132,164,84); }
H1.HeaderClassName
{
color: #84A454;
}
.AnyTagClassName
{
color: #84A454;
}
</style>
background-color css
<style>
a { background-color: #84A454; }
a { background-color: rgb(132,164,84); }
div.DivClassName
{
background-color: #84A454;
}
.BgClassName
{
background-color: #84A454;
}
</style>
border-color css
<style>
span { border-color: #84A454; }
span { border-color: rgb(132,164,84); }
td.TdClassName
{
border-color: #84A454;
}
.TagClassName
{
border-color: #84A454;
}
</style>