Shades of Chelsea Cucumber #84A148
Tints of Chelsea Cucumber #84A148
RGB
CMYK
RGB Variations
Color information
#84A148 (or 0x84A148) is known color: Chelsea Cucumber. HEX triplet: 84, A1 and 48. RGB value is (132,161,72). Sum of RGB (Red+Green+Blue) = 132+161+72=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 161 - color contains mainly: green. Hex color #84A148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A148 is #7B5EB7. Grayscale: #8E8E8E. Windows color (decimal): -8085176 or 4759940. OLE color: 4759940.
HSL color Cylindrical-coordinate representation of color #84A148: hue angle of 79.55º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84A148 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 72 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.37 |
| HSL | 79.55º | 0.38% | 0.46% | - |
| HSV(B) | 79.55º | 0.55% | 0.63% | - |
| XYZ | 23.43 | 30.86 | 10.85 | - |
| YUV | 142.18 | 88.39 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 72 | 0.18 | 0 | 0.55 | 0.37 | 79.55 | 0.38 | 0.46 |
| Hex | 84 | A1 | 48 | 12 | 0 | 37 | 25 | 50 | 26 | 2E |
| Octal | 204 | 241 | 110 | 22 | 0 | 67 | 45 | 120 | 46 | 56 |
| Binary | 10000100 | 10100001 | 1001000 | 10010 | 0 | 110111 | 100101 | 1010000 | 100110 | 101110 |
Color Harmonies of #84A148
Complementary color
Monochromatic Colors of #84A148
Black with #84A148
Text Example
Text Example
White with #84A148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A148; }
p { color: rgb(132,161,72); }
H1.HeaderClassName
{
color: #84A148;
}
.AnyTagClassName
{
color: #84A148;
}
</style>
background-color css
<style>
a { background-color: #84A148; }
a { background-color: rgb(132,161,72); }
div.DivClassName
{
background-color: #84A148;
}
.BgClassName
{
background-color: #84A148;
}
</style>
border-color css
<style>
span { border-color: #84A148; }
span { border-color: rgb(132,161,72); }
td.TdClassName
{
border-color: #84A148;
}
.TagClassName
{
border-color: #84A148;
}
</style>