Shades of Chelsea Cucumber #84A64A
Tints of Chelsea Cucumber #84A64A
RGB
CMYK
RGB Variations
Color information
#84A64A (or 0x84A64A) is known color: Chelsea Cucumber. HEX triplet: 84, A6 and 4A. RGB value is (132,166,74). Sum of RGB (Red+Green+Blue) = 132+166+74=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 166 - color contains mainly: green. Hex color #84A64A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A64A is #7B59B5. Grayscale: #919191. Windows color (decimal): -8083894 or 4892292. OLE color: 4892292.
HSL color Cylindrical-coordinate representation of color #84A64A: hue angle of 82.17º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84A64A is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 74 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.35 |
| HSL | 82.17º | 0.38% | 0.47% | - |
| HSV(B) | 82.17º | 0.55% | 0.65% | - |
| XYZ | 24.39 | 32.67 | 11.5 | - |
| YUV | 145.35 | 87.74 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 74 | 0.20 | 0 | 0.55 | 0.35 | 82.17 | 0.38 | 0.47 |
| Hex | 84 | A6 | 4A | 14 | 0 | 37 | 23 | 52 | 26 | 2F |
| Octal | 204 | 246 | 112 | 24 | 0 | 67 | 43 | 122 | 46 | 57 |
| Binary | 10000100 | 10100110 | 1001010 | 10100 | 0 | 110111 | 100011 | 1010010 | 100110 | 101111 |
Color Harmonies of #84A64A
Complementary color
Monochromatic Colors of #84A64A
Black with #84A64A
Text Example
Text Example
White with #84A64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A64A; }
p { color: rgb(132,166,74); }
H1.HeaderClassName
{
color: #84A64A;
}
.AnyTagClassName
{
color: #84A64A;
}
</style>
background-color css
<style>
a { background-color: #84A64A; }
a { background-color: rgb(132,166,74); }
div.DivClassName
{
background-color: #84A64A;
}
.BgClassName
{
background-color: #84A64A;
}
</style>
border-color css
<style>
span { border-color: #84A64A; }
span { border-color: rgb(132,166,74); }
td.TdClassName
{
border-color: #84A64A;
}
.TagClassName
{
border-color: #84A64A;
}
</style>