Shades of Limerick #84BC26
Tints of Limerick #84BC26
RGB
CMYK
RGB Variations
Color information
#84BC26 (or 0x84BC26) is known color: Limerick. HEX triplet: 84, BC and 26. RGB value is (132,188,38). Sum of RGB (Red+Green+Blue) = 132+188+38=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BC26 is #7B43D9. Grayscale: #9A9A9A. Windows color (decimal): -8078298 or 2538628. OLE color: 2538628.
HSL color Cylindrical-coordinate representation of color #84BC26: hue angle of 82.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84BC26 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 38 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.26 |
| HSL | 82.4º | 0.66% | 0.44% | - |
| HSV(B) | 82.4º | 0.8% | 0.74% | - |
| XYZ | 27.85 | 41.01 | 8.28 | - |
| YUV | 154.16 | 62.45 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 38 | 0.30 | 0 | 0.80 | 0.26 | 82.4 | 0.66 | 0.44 |
| Hex | 84 | BC | 26 | 1E | 0 | 50 | 1A | 52 | 42 | 2C |
| Octal | 204 | 274 | 46 | 36 | 0 | 120 | 32 | 122 | 102 | 54 |
| Binary | 10000100 | 10111100 | 100110 | 11110 | 0 | 1010000 | 11010 | 1010010 | 1000010 | 101100 |
Color Harmonies of #84BC26
Complementary color
Monochromatic Colors of #84BC26
Black with #84BC26
Text Example
Text Example
White with #84BC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC26; }
p { color: rgb(132,188,38); }
H1.HeaderClassName
{
color: #84BC26;
}
.AnyTagClassName
{
color: #84BC26;
}
</style>
background-color css
<style>
a { background-color: #84BC26; }
a { background-color: rgb(132,188,38); }
div.DivClassName
{
background-color: #84BC26;
}
.BgClassName
{
background-color: #84BC26;
}
</style>
border-color css
<style>
span { border-color: #84BC26; }
span { border-color: rgb(132,188,38); }
td.TdClassName
{
border-color: #84BC26;
}
.TagClassName
{
border-color: #84BC26;
}
</style>