Shades of Chelsea Cucumber #84A453
Tints of Chelsea Cucumber #84A453
RGB
CMYK
RGB Variations
Color information
#84A453 (or 0x84A453) is known color: Chelsea Cucumber. HEX triplet: 84, A4 and 53. RGB value is (132,164,83). Sum of RGB (Red+Green+Blue) = 132+164+83=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #84A453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A453 is #7B5BAC. Grayscale: #919191. Windows color (decimal): -8084397 or 5481604. OLE color: 5481604.
HSL color Cylindrical-coordinate representation of color #84A453: hue angle of 83.7º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84A453 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 83 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.36 |
| HSL | 83.7º | 0.33% | 0.48% | - |
| HSV(B) | 83.7º | 0.49% | 0.64% | - |
| XYZ | 24.35 | 32.08 | 13.09 | - |
| YUV | 145.2 | 92.9 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 83 | 0.20 | 0 | 0.49 | 0.36 | 83.7 | 0.33 | 0.48 |
| Hex | 84 | A4 | 53 | 14 | 0 | 31 | 24 | 54 | 21 | 30 |
| Octal | 204 | 244 | 123 | 24 | 0 | 61 | 44 | 124 | 41 | 60 |
| Binary | 10000100 | 10100100 | 1010011 | 10100 | 0 | 110001 | 100100 | 1010100 | 100001 | 110000 |
Color Harmonies of #84A453
Complementary color
Monochromatic Colors of #84A453
Black with #84A453
Text Example
Text Example
White with #84A453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A453; }
p { color: rgb(132,164,83); }
H1.HeaderClassName
{
color: #84A453;
}
.AnyTagClassName
{
color: #84A453;
}
</style>
background-color css
<style>
a { background-color: #84A453; }
a { background-color: rgb(132,164,83); }
div.DivClassName
{
background-color: #84A453;
}
.BgClassName
{
background-color: #84A453;
}
</style>
border-color css
<style>
span { border-color: #84A453; }
span { border-color: rgb(132,164,83); }
td.TdClassName
{
border-color: #84A453;
}
.TagClassName
{
border-color: #84A453;
}
</style>