Shades of Chelsea Cucumber #84A957
Tints of Chelsea Cucumber #84A957
RGB
CMYK
RGB Variations
Color information
#84A957 (or 0x84A957) is known color: Chelsea Cucumber. HEX triplet: 84, A9 and 57. RGB value is (132,169,87). Sum of RGB (Red+Green+Blue) = 132+169+87=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 169 - color contains mainly: green. Hex color #84A957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A957 is #7B56A8. Grayscale: #949494. Windows color (decimal): -8083113 or 5745028. OLE color: 5745028.
HSL color Cylindrical-coordinate representation of color #84A957: hue angle of 87.07º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84A957 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 87 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.34 |
| HSL | 87.07º | 0.32% | 0.5% | - |
| HSV(B) | 87.07º | 0.49% | 0.66% | - |
| XYZ | 25.42 | 33.97 | 14.23 | - |
| YUV | 148.59 | 93.24 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 87 | 0.22 | 0 | 0.49 | 0.34 | 87.07 | 0.32 | 0.5 |
| Hex | 84 | A9 | 57 | 16 | 0 | 31 | 22 | 57 | 20 | 32 |
| Octal | 204 | 251 | 127 | 26 | 0 | 61 | 42 | 127 | 40 | 62 |
| Binary | 10000100 | 10101001 | 1010111 | 10110 | 0 | 110001 | 100010 | 1010111 | 100000 | 110010 |
Color Harmonies of #84A957
Complementary color
Monochromatic Colors of #84A957
Black with #84A957
Text Example
Text Example
White with #84A957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A957; }
p { color: rgb(132,169,87); }
H1.HeaderClassName
{
color: #84A957;
}
.AnyTagClassName
{
color: #84A957;
}
</style>
background-color css
<style>
a { background-color: #84A957; }
a { background-color: rgb(132,169,87); }
div.DivClassName
{
background-color: #84A957;
}
.BgClassName
{
background-color: #84A957;
}
</style>
border-color css
<style>
span { border-color: #84A957; }
span { border-color: rgb(132,169,87); }
td.TdClassName
{
border-color: #84A957;
}
.TagClassName
{
border-color: #84A957;
}
</style>