Shades of Limerick #84B93D
Tints of Limerick #84B93D
RGB
CMYK
RGB Variations
Color information
#84B93D (or 0x84B93D) is known color: Limerick. HEX triplet: 84, B9 and 3D. RGB value is (132,185,61). Sum of RGB (Red+Green+Blue) = 132+185+61=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #84B93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B93D is #7B46C2. Grayscale: #9B9B9B. Windows color (decimal): -8079043 or 4045188. OLE color: 4045188.
HSL color Cylindrical-coordinate representation of color #84B93D: hue angle of 85.65º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84B93D is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 185 | 61 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.27 |
| HSL | 85.65º | 0.5% | 0.48% | - |
| HSV(B) | 85.65º | 0.67% | 0.73% | - |
| XYZ | 27.71 | 39.94 | 10.66 | - |
| YUV | 155.02 | 74.94 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 61 | 0.29 | 0 | 0.67 | 0.27 | 85.65 | 0.5 | 0.48 |
| Hex | 84 | B9 | 3D | 1D | 0 | 43 | 1B | 56 | 32 | 30 |
| Octal | 204 | 271 | 75 | 35 | 0 | 103 | 33 | 126 | 62 | 60 |
| Binary | 10000100 | 10111001 | 111101 | 11101 | 0 | 1000011 | 11011 | 1010110 | 110010 | 110000 |
Color Harmonies of #84B93D
Complementary color
Monochromatic Colors of #84B93D
Black with #84B93D
Text Example
Text Example
White with #84B93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B93D; }
p { color: rgb(132,185,61); }
H1.HeaderClassName
{
color: #84B93D;
}
.AnyTagClassName
{
color: #84B93D;
}
</style>
background-color css
<style>
a { background-color: #84B93D; }
a { background-color: rgb(132,185,61); }
div.DivClassName
{
background-color: #84B93D;
}
.BgClassName
{
background-color: #84B93D;
}
</style>
border-color css
<style>
span { border-color: #84B93D; }
span { border-color: rgb(132,185,61); }
td.TdClassName
{
border-color: #84B93D;
}
.TagClassName
{
border-color: #84B93D;
}
</style>