Shades of Chelsea Cucumber #84A451
Tints of Chelsea Cucumber #84A451
RGB
CMYK
RGB Variations
Color information
#84A451 (or 0x84A451) is known color: Chelsea Cucumber. HEX triplet: 84, A4 and 51. RGB value is (132,164,81). Sum of RGB (Red+Green+Blue) = 132+164+81=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #84A451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A451 is #7B5BAE. Grayscale: #919191. Windows color (decimal): -8084399 or 5350532. OLE color: 5350532.
HSL color Cylindrical-coordinate representation of color #84A451: hue angle of 83.13º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84A451 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 81 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.36 |
| HSL | 83.13º | 0.34% | 0.48% | - |
| HSV(B) | 83.13º | 0.51% | 0.64% | - |
| XYZ | 24.28 | 32.05 | 12.69 | - |
| YUV | 144.97 | 91.9 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 81 | 0.20 | 0 | 0.51 | 0.36 | 83.13 | 0.34 | 0.48 |
| Hex | 84 | A4 | 51 | 14 | 0 | 33 | 24 | 53 | 22 | 30 |
| Octal | 204 | 244 | 121 | 24 | 0 | 63 | 44 | 123 | 42 | 60 |
| Binary | 10000100 | 10100100 | 1010001 | 10100 | 0 | 110011 | 100100 | 1010011 | 100010 | 110000 |
Color Harmonies of #84A451
Complementary color
Monochromatic Colors of #84A451
Black with #84A451
Text Example
Text Example
White with #84A451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A451; }
p { color: rgb(132,164,81); }
H1.HeaderClassName
{
color: #84A451;
}
.AnyTagClassName
{
color: #84A451;
}
</style>
background-color css
<style>
a { background-color: #84A451; }
a { background-color: rgb(132,164,81); }
div.DivClassName
{
background-color: #84A451;
}
.BgClassName
{
background-color: #84A451;
}
</style>
border-color css
<style>
span { border-color: #84A451; }
span { border-color: rgb(132,164,81); }
td.TdClassName
{
border-color: #84A451;
}
.TagClassName
{
border-color: #84A451;
}
</style>