Shades of Limerick #84B539
Tints of Limerick #84B539
RGB
CMYK
RGB Variations
Color information
#84B539 (or 0x84B539) is known color: Limerick. HEX triplet: 84, B5 and 39. RGB value is (132,181,57). Sum of RGB (Red+Green+Blue) = 132+181+57=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #84B539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B539 is #7B4AC6. Grayscale: #989898. Windows color (decimal): -8080071 or 3782020. OLE color: 3782020.
HSL color Cylindrical-coordinate representation of color #84B539: hue angle of 83.71º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84B539 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 181 | 57 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.29 |
| HSL | 83.71º | 0.52% | 0.47% | - |
| HSV(B) | 83.71º | 0.69% | 0.71% | - |
| XYZ | 26.78 | 38.25 | 9.84 | - |
| YUV | 152.21 | 74.27 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 57 | 0.27 | 0 | 0.69 | 0.29 | 83.71 | 0.52 | 0.47 |
| Hex | 84 | B5 | 39 | 1B | 0 | 45 | 1D | 54 | 34 | 2F |
| Octal | 204 | 265 | 71 | 33 | 0 | 105 | 35 | 124 | 64 | 57 |
| Binary | 10000100 | 10110101 | 111001 | 11011 | 0 | 1000101 | 11101 | 1010100 | 110100 | 101111 |
Color Harmonies of #84B539
Complementary color
Monochromatic Colors of #84B539
Black with #84B539
Text Example
Text Example
White with #84B539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B539; }
p { color: rgb(132,181,57); }
H1.HeaderClassName
{
color: #84B539;
}
.AnyTagClassName
{
color: #84B539;
}
</style>
background-color css
<style>
a { background-color: #84B539; }
a { background-color: rgb(132,181,57); }
div.DivClassName
{
background-color: #84B539;
}
.BgClassName
{
background-color: #84B539;
}
</style>
border-color css
<style>
span { border-color: #84B539; }
span { border-color: rgb(132,181,57); }
td.TdClassName
{
border-color: #84B539;
}
.TagClassName
{
border-color: #84B539;
}
</style>