Shades of Chelsea Cucumber #84BA44
Tints of Chelsea Cucumber #84BA44
RGB
CMYK
RGB Variations
Color information
#84BA44 (or 0x84BA44) is known color: Chelsea Cucumber. HEX triplet: 84, BA and 44. RGB value is (132,186,68). Sum of RGB (Red+Green+Blue) = 132+186+68=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA44 is #7B45BB. Grayscale: #9C9C9C. Windows color (decimal): -8078780 or 4504196. OLE color: 4504196.
HSL color Cylindrical-coordinate representation of color #84BA44: hue angle of 87.46º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84BA44 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 68 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.27 |
| HSL | 87.46º | 0.46% | 0.5% | - |
| HSV(B) | 87.46º | 0.63% | 0.73% | - |
| XYZ | 28.12 | 40.44 | 11.79 | - |
| YUV | 156.4 | 78.11 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 68 | 0.29 | 0 | 0.63 | 0.27 | 87.46 | 0.46 | 0.5 |
| Hex | 84 | BA | 44 | 1D | 0 | 3F | 1B | 57 | 2E | 32 |
| Octal | 204 | 272 | 104 | 35 | 0 | 77 | 33 | 127 | 56 | 62 |
| Binary | 10000100 | 10111010 | 1000100 | 11101 | 0 | 111111 | 11011 | 1010111 | 101110 | 110010 |
Color Harmonies of #84BA44
Complementary color
Monochromatic Colors of #84BA44
Black with #84BA44
Text Example
Text Example
White with #84BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA44; }
p { color: rgb(132,186,68); }
H1.HeaderClassName
{
color: #84BA44;
}
.AnyTagClassName
{
color: #84BA44;
}
</style>
background-color css
<style>
a { background-color: #84BA44; }
a { background-color: rgb(132,186,68); }
div.DivClassName
{
background-color: #84BA44;
}
.BgClassName
{
background-color: #84BA44;
}
</style>
border-color css
<style>
span { border-color: #84BA44; }
span { border-color: rgb(132,186,68); }
td.TdClassName
{
border-color: #84BA44;
}
.TagClassName
{
border-color: #84BA44;
}
</style>