Shades of Chelsea Cucumber #84B547
Tints of Chelsea Cucumber #84B547
RGB
CMYK
RGB Variations
Color information
#84B547 (or 0x84B547) is known color: Chelsea Cucumber. HEX triplet: 84, B5 and 47. RGB value is (132,181,71). Sum of RGB (Red+Green+Blue) = 132+181+71=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #84B547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B547 is #7B4AB8. Grayscale: #9A9A9A. Windows color (decimal): -8080057 or 4699524. OLE color: 4699524.
HSL color Cylindrical-coordinate representation of color #84B547: hue angle of 86.73º 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 #84B547 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 181 | 71 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.29 |
| HSL | 86.73º | 0.44% | 0.49% | - |
| HSV(B) | 86.73º | 0.61% | 0.71% | - |
| XYZ | 27.18 | 38.41 | 11.94 | - |
| YUV | 153.81 | 81.27 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 71 | 0.27 | 0 | 0.61 | 0.29 | 86.73 | 0.44 | 0.49 |
| Hex | 84 | B5 | 47 | 1B | 0 | 3D | 1D | 57 | 2C | 31 |
| Octal | 204 | 265 | 107 | 33 | 0 | 75 | 35 | 127 | 54 | 61 |
| Binary | 10000100 | 10110101 | 1000111 | 11011 | 0 | 111101 | 11101 | 1010111 | 101100 | 110001 |
Color Harmonies of #84B547
Complementary color
Monochromatic Colors of #84B547
Black with #84B547
Text Example
Text Example
White with #84B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B547; }
p { color: rgb(132,181,71); }
H1.HeaderClassName
{
color: #84B547;
}
.AnyTagClassName
{
color: #84B547;
}
</style>
background-color css
<style>
a { background-color: #84B547; }
a { background-color: rgb(132,181,71); }
div.DivClassName
{
background-color: #84B547;
}
.BgClassName
{
background-color: #84B547;
}
</style>
border-color css
<style>
span { border-color: #84B547; }
span { border-color: rgb(132,181,71); }
td.TdClassName
{
border-color: #84B547;
}
.TagClassName
{
border-color: #84B547;
}
</style>