Shades of Limerick #84BA27
Tints of Limerick #84BA27
RGB
CMYK
RGB Variations
Color information
#84BA27 (or 0x84BA27) is known color: Limerick. HEX triplet: 84, BA and 27. RGB value is (132,186,39). Sum of RGB (Red+Green+Blue) = 132+186+39=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA27 is #7B45D8. Grayscale: #999999. Windows color (decimal): -8078809 or 2603652. OLE color: 2603652.
HSL color Cylindrical-coordinate representation of color #84BA27: hue angle of 82.04º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84BA27 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 39 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.27 |
| HSL | 82.04º | 0.65% | 0.44% | - |
| HSV(B) | 82.04º | 0.79% | 0.73% | - |
| XYZ | 27.44 | 40.17 | 8.23 | - |
| YUV | 153.1 | 63.61 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 39 | 0.29 | 0 | 0.79 | 0.27 | 82.04 | 0.65 | 0.44 |
| Hex | 84 | BA | 27 | 1D | 0 | 4F | 1B | 52 | 41 | 2C |
| Octal | 204 | 272 | 47 | 35 | 0 | 117 | 33 | 122 | 101 | 54 |
| Binary | 10000100 | 10111010 | 100111 | 11101 | 0 | 1001111 | 11011 | 1010010 | 1000001 | 101100 |
Color Harmonies of #84BA27
Complementary color
Monochromatic Colors of #84BA27
Black with #84BA27
Text Example
Text Example
White with #84BA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA27; }
p { color: rgb(132,186,39); }
H1.HeaderClassName
{
color: #84BA27;
}
.AnyTagClassName
{
color: #84BA27;
}
</style>
background-color css
<style>
a { background-color: #84BA27; }
a { background-color: rgb(132,186,39); }
div.DivClassName
{
background-color: #84BA27;
}
.BgClassName
{
background-color: #84BA27;
}
</style>
border-color css
<style>
span { border-color: #84BA27; }
span { border-color: rgb(132,186,39); }
td.TdClassName
{
border-color: #84BA27;
}
.TagClassName
{
border-color: #84BA27;
}
</style>