Shades of Limerick #84B024
Tints of Limerick #84B024
RGB
CMYK
RGB Variations
Color information
#84B024 (or 0x84B024) is known color: Limerick. HEX triplet: 84, B0 and 24. RGB value is (132,176,36). Sum of RGB (Red+Green+Blue) = 132+176+36=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #84B024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B024 is #7B4FDB. Grayscale: #939393. Windows color (decimal): -8081372 or 2404484. OLE color: 2404484.
HSL color Cylindrical-coordinate representation of color #84B024: hue angle of 78.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84B024 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 176 | 36 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.31 |
| HSL | 78.86º | 0.66% | 0.42% | - |
| HSV(B) | 78.86º | 0.8% | 0.69% | - |
| XYZ | 25.36 | 36.08 | 7.3 | - |
| YUV | 146.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 176 | 36 | 0.25 | 0 | 0.80 | 0.31 | 78.86 | 0.66 | 0.42 |
| Hex | 84 | B0 | 24 | 19 | 0 | 50 | 1F | 4F | 42 | 2A |
| Octal | 204 | 260 | 44 | 31 | 0 | 120 | 37 | 117 | 102 | 52 |
| Binary | 10000100 | 10110000 | 100100 | 11001 | 0 | 1010000 | 11111 | 1001111 | 1000010 | 101010 |
Color Harmonies of #84B024
Complementary color
Monochromatic Colors of #84B024
Black with #84B024
Text Example
Text Example
White with #84B024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B024; }
p { color: rgb(132,176,36); }
H1.HeaderClassName
{
color: #84B024;
}
.AnyTagClassName
{
color: #84B024;
}
</style>
background-color css
<style>
a { background-color: #84B024; }
a { background-color: rgb(132,176,36); }
div.DivClassName
{
background-color: #84B024;
}
.BgClassName
{
background-color: #84B024;
}
</style>
border-color css
<style>
span { border-color: #84B024; }
span { border-color: rgb(132,176,36); }
td.TdClassName
{
border-color: #84B024;
}
.TagClassName
{
border-color: #84B024;
}
</style>