Shades of Limerick #84AB27
Tints of Limerick #84AB27
RGB
CMYK
RGB Variations
Color information
#84AB27 (or 0x84AB27) is known color: Limerick. HEX triplet: 84, AB and 27. RGB value is (132,171,39). Sum of RGB (Red+Green+Blue) = 132+171+39=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AB27 is #7B54D8. Grayscale: #909090. Windows color (decimal): -8082649 or 2599812. OLE color: 2599812.
HSL color Cylindrical-coordinate representation of color #84AB27: hue angle of 77.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84AB27 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 171 | 39 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.33 |
| HSL | 77.73º | 0.63% | 0.41% | - |
| HSV(B) | 77.73º | 0.77% | 0.67% | - |
| XYZ | 24.44 | 34.18 | 7.23 | - |
| YUV | 144.29 | 68.58 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 39 | 0.23 | 0 | 0.77 | 0.33 | 77.73 | 0.63 | 0.41 |
| Hex | 84 | AB | 27 | 17 | 0 | 4D | 21 | 4E | 3F | 29 |
| Octal | 204 | 253 | 47 | 27 | 0 | 115 | 41 | 116 | 77 | 51 |
| Binary | 10000100 | 10101011 | 100111 | 10111 | 0 | 1001101 | 100001 | 1001110 | 111111 | 101001 |
Color Harmonies of #84AB27
Complementary color
Monochromatic Colors of #84AB27
Black with #84AB27
Text Example
Text Example
White with #84AB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AB27; }
p { color: rgb(132,171,39); }
H1.HeaderClassName
{
color: #84AB27;
}
.AnyTagClassName
{
color: #84AB27;
}
</style>
background-color css
<style>
a { background-color: #84AB27; }
a { background-color: rgb(132,171,39); }
div.DivClassName
{
background-color: #84AB27;
}
.BgClassName
{
background-color: #84AB27;
}
</style>
border-color css
<style>
span { border-color: #84AB27; }
span { border-color: rgb(132,171,39); }
td.TdClassName
{
border-color: #84AB27;
}
.TagClassName
{
border-color: #84AB27;
}
</style>