Shades of Chelsea Cucumber #84A956
Tints of Chelsea Cucumber #84A956
RGB
CMYK
RGB Variations
Color information
#84A956 (or 0x84A956) is known color: Chelsea Cucumber. HEX triplet: 84, A9 and 56. RGB value is (132,169,86). Sum of RGB (Red+Green+Blue) = 132+169+86=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 169 - color contains mainly: green. Hex color #84A956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A956 is #7B56A9. Grayscale: #949494. Windows color (decimal): -8083114 or 5679492. OLE color: 5679492.
HSL color Cylindrical-coordinate representation of color #84A956: hue angle of 86.75º degrees, saturation: 0.33, 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 #84A956 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 86 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.34 |
| HSL | 86.75º | 0.33% | 0.5% | - |
| HSV(B) | 86.75º | 0.49% | 0.66% | - |
| XYZ | 25.38 | 33.95 | 14.02 | - |
| YUV | 148.48 | 92.74 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 86 | 0.22 | 0 | 0.49 | 0.34 | 86.75 | 0.33 | 0.5 |
| Hex | 84 | A9 | 56 | 16 | 0 | 31 | 22 | 57 | 21 | 32 |
| Octal | 204 | 251 | 126 | 26 | 0 | 61 | 42 | 127 | 41 | 62 |
| Binary | 10000100 | 10101001 | 1010110 | 10110 | 0 | 110001 | 100010 | 1010111 | 100001 | 110010 |
Color Harmonies of #84A956
Complementary color
Monochromatic Colors of #84A956
Black with #84A956
Text Example
Text Example
White with #84A956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A956; }
p { color: rgb(132,169,86); }
H1.HeaderClassName
{
color: #84A956;
}
.AnyTagClassName
{
color: #84A956;
}
</style>
background-color css
<style>
a { background-color: #84A956; }
a { background-color: rgb(132,169,86); }
div.DivClassName
{
background-color: #84A956;
}
.BgClassName
{
background-color: #84A956;
}
</style>
border-color css
<style>
span { border-color: #84A956; }
span { border-color: rgb(132,169,86); }
td.TdClassName
{
border-color: #84A956;
}
.TagClassName
{
border-color: #84A956;
}
</style>