Shades of Chelsea Cucumber #84B546
Tints of Chelsea Cucumber #84B546
RGB
CMYK
RGB Variations
Color information
#84B546 (or 0x84B546) is known color: Chelsea Cucumber. HEX triplet: 84, B5 and 46. RGB value is (132,181,70). Sum of RGB (Red+Green+Blue) = 132+181+70=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #84B546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B546 is #7B4AB9. Grayscale: #9A9A9A. Windows color (decimal): -8080058 or 4633988. OLE color: 4633988.
HSL color Cylindrical-coordinate representation of color #84B546: hue angle of 86.49º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84B546 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 181 | 70 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.29 |
| HSL | 86.49º | 0.44% | 0.49% | - |
| HSV(B) | 86.49º | 0.61% | 0.71% | - |
| XYZ | 27.15 | 38.4 | 11.77 | - |
| YUV | 153.7 | 80.77 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 70 | 0.27 | 0 | 0.61 | 0.29 | 86.49 | 0.44 | 0.49 |
| Hex | 84 | B5 | 46 | 1B | 0 | 3D | 1D | 56 | 2C | 31 |
| Octal | 204 | 265 | 106 | 33 | 0 | 75 | 35 | 126 | 54 | 61 |
| Binary | 10000100 | 10110101 | 1000110 | 11011 | 0 | 111101 | 11101 | 1010110 | 101100 | 110001 |
Color Harmonies of #84B546
Complementary color
Monochromatic Colors of #84B546
Black with #84B546
Text Example
Text Example
White with #84B546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B546; }
p { color: rgb(132,181,70); }
H1.HeaderClassName
{
color: #84B546;
}
.AnyTagClassName
{
color: #84B546;
}
</style>
background-color css
<style>
a { background-color: #84B546; }
a { background-color: rgb(132,181,70); }
div.DivClassName
{
background-color: #84B546;
}
.BgClassName
{
background-color: #84B546;
}
</style>
border-color css
<style>
span { border-color: #84B546; }
span { border-color: rgb(132,181,70); }
td.TdClassName
{
border-color: #84B546;
}
.TagClassName
{
border-color: #84B546;
}
</style>