Shades of Chelsea Cucumber #84A447
Tints of Chelsea Cucumber #84A447
RGB
CMYK
RGB Variations
Color information
#84A447 (or 0x84A447) is known color: Chelsea Cucumber. HEX triplet: 84, A4 and 47. RGB value is (132,164,71). Sum of RGB (Red+Green+Blue) = 132+164+71=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #84A447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A447 is #7B5BB8. Grayscale: #909090. Windows color (decimal): -8084409 or 4695172. OLE color: 4695172.
HSL color Cylindrical-coordinate representation of color #84A447: hue angle of 80.65º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84A447 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 71 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.36 |
| HSL | 80.65º | 0.4% | 0.46% | - |
| HSV(B) | 80.65º | 0.57% | 0.64% | - |
| XYZ | 23.93 | 31.91 | 10.86 | - |
| YUV | 143.83 | 86.9 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 71 | 0.20 | 0 | 0.57 | 0.36 | 80.65 | 0.4 | 0.46 |
| Hex | 84 | A4 | 47 | 14 | 0 | 39 | 24 | 51 | 28 | 2E |
| Octal | 204 | 244 | 107 | 24 | 0 | 71 | 44 | 121 | 50 | 56 |
| Binary | 10000100 | 10100100 | 1000111 | 10100 | 0 | 111001 | 100100 | 1010001 | 101000 | 101110 |
Color Harmonies of #84A447
Complementary color
Monochromatic Colors of #84A447
Black with #84A447
Text Example
Text Example
White with #84A447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A447; }
p { color: rgb(132,164,71); }
H1.HeaderClassName
{
color: #84A447;
}
.AnyTagClassName
{
color: #84A447;
}
</style>
background-color css
<style>
a { background-color: #84A447; }
a { background-color: rgb(132,164,71); }
div.DivClassName
{
background-color: #84A447;
}
.BgClassName
{
background-color: #84A447;
}
</style>
border-color css
<style>
span { border-color: #84A447; }
span { border-color: rgb(132,164,71); }
td.TdClassName
{
border-color: #84A447;
}
.TagClassName
{
border-color: #84A447;
}
</style>