Shades of Limerick #84BD32
Tints of Limerick #84BD32
RGB
CMYK
RGB Variations
Color information
#84BD32 (or 0x84BD32) is known color: Limerick. HEX triplet: 84, BD and 32. RGB value is (132,189,50). Sum of RGB (Red+Green+Blue) = 132+189+50=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BD32 is #7B42CD. Grayscale: #9C9C9C. Windows color (decimal): -8078030 or 3325316. OLE color: 3325316.
HSL color Cylindrical-coordinate representation of color #84BD32: hue angle of 84.6º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84BD32 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 189 | 50 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.26 |
| HSL | 84.6º | 0.58% | 0.47% | - |
| HSV(B) | 84.6º | 0.74% | 0.74% | - |
| XYZ | 28.29 | 41.53 | 9.54 | - |
| YUV | 156.11 | 68.12 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 50 | 0.30 | 0 | 0.74 | 0.26 | 84.6 | 0.58 | 0.47 |
| Hex | 84 | BD | 32 | 1E | 0 | 4A | 1A | 55 | 3A | 2F |
| Octal | 204 | 275 | 62 | 36 | 0 | 112 | 32 | 125 | 72 | 57 |
| Binary | 10000100 | 10111101 | 110010 | 11110 | 0 | 1001010 | 11010 | 1010101 | 111010 | 101111 |
Color Harmonies of #84BD32
Complementary color
Monochromatic Colors of #84BD32
Black with #84BD32
Text Example
Text Example
White with #84BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BD32; }
p { color: rgb(132,189,50); }
H1.HeaderClassName
{
color: #84BD32;
}
.AnyTagClassName
{
color: #84BD32;
}
</style>
background-color css
<style>
a { background-color: #84BD32; }
a { background-color: rgb(132,189,50); }
div.DivClassName
{
background-color: #84BD32;
}
.BgClassName
{
background-color: #84BD32;
}
</style>
border-color css
<style>
span { border-color: #84BD32; }
span { border-color: rgb(132,189,50); }
td.TdClassName
{
border-color: #84BD32;
}
.TagClassName
{
border-color: #84BD32;
}
</style>