Shades of Limerick #84BA28
Tints of Limerick #84BA28
RGB
CMYK
RGB Variations
Color information
#84BA28 (or 0x84BA28) is known color: Limerick. HEX triplet: 84, BA and 28. RGB value is (132,186,40). Sum of RGB (Red+Green+Blue) = 132+186+40=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA28 is #7B45D7. Grayscale: #999999. Windows color (decimal): -8078808 or 2669188. OLE color: 2669188.
HSL color Cylindrical-coordinate representation of color #84BA28: hue angle of 82.19º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84BA28 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 40 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.27 |
| HSL | 82.19º | 0.65% | 0.44% | - |
| HSV(B) | 82.19º | 0.78% | 0.73% | - |
| XYZ | 27.46 | 40.18 | 8.32 | - |
| YUV | 153.21 | 64.11 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 40 | 0.29 | 0 | 0.78 | 0.27 | 82.19 | 0.65 | 0.44 |
| Hex | 84 | BA | 28 | 1D | 0 | 4E | 1B | 52 | 41 | 2C |
| Octal | 204 | 272 | 50 | 35 | 0 | 116 | 33 | 122 | 101 | 54 |
| Binary | 10000100 | 10111010 | 101000 | 11101 | 0 | 1001110 | 11011 | 1010010 | 1000001 | 101100 |
Color Harmonies of #84BA28
Complementary color
Monochromatic Colors of #84BA28
Black with #84BA28
Text Example
Text Example
White with #84BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA28; }
p { color: rgb(132,186,40); }
H1.HeaderClassName
{
color: #84BA28;
}
.AnyTagClassName
{
color: #84BA28;
}
</style>
background-color css
<style>
a { background-color: #84BA28; }
a { background-color: rgb(132,186,40); }
div.DivClassName
{
background-color: #84BA28;
}
.BgClassName
{
background-color: #84BA28;
}
</style>
border-color css
<style>
span { border-color: #84BA28; }
span { border-color: rgb(132,186,40); }
td.TdClassName
{
border-color: #84BA28;
}
.TagClassName
{
border-color: #84BA28;
}
</style>