Shades of Chelsea Cucumber #84A963
Tints of Chelsea Cucumber #84A963
RGB
CMYK
RGB Variations
Color information
#84A963 (or 0x84A963) is known color: Chelsea Cucumber. HEX triplet: 84, A9 and 63. RGB value is (132,169,99). Sum of RGB (Red+Green+Blue) = 132+169+99=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #84A963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A963 is #7B569C. Grayscale: #969696. Windows color (decimal): -8083101 or 6531460. OLE color: 6531460.
HSL color Cylindrical-coordinate representation of color #84A963: hue angle of 91.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84A963 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 99 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.34 |
| HSL | 91.71º | 0.29% | 0.53% | - |
| HSV(B) | 91.71º | 0.41% | 0.66% | - |
| XYZ | 25.96 | 34.18 | 17.03 | - |
| YUV | 149.96 | 99.24 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 99 | 0.22 | 0 | 0.41 | 0.34 | 91.71 | 0.29 | 0.53 |
| Hex | 84 | A9 | 63 | 16 | 0 | 29 | 22 | 5C | 1D | 35 |
| Octal | 204 | 251 | 143 | 26 | 0 | 51 | 42 | 134 | 35 | 65 |
| Binary | 10000100 | 10101001 | 1100011 | 10110 | 0 | 101001 | 100010 | 1011100 | 11101 | 110101 |
Color Harmonies of #84A963
Complementary color
Monochromatic Colors of #84A963
Black with #84A963
Text Example
Text Example
White with #84A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A963; }
p { color: rgb(132,169,99); }
H1.HeaderClassName
{
color: #84A963;
}
.AnyTagClassName
{
color: #84A963;
}
</style>
background-color css
<style>
a { background-color: #84A963; }
a { background-color: rgb(132,169,99); }
div.DivClassName
{
background-color: #84A963;
}
.BgClassName
{
background-color: #84A963;
}
</style>
border-color css
<style>
span { border-color: #84A963; }
span { border-color: rgb(132,169,99); }
td.TdClassName
{
border-color: #84A963;
}
.TagClassName
{
border-color: #84A963;
}
</style>