Shades of Limerick #84B330
Tints of Limerick #84B330
RGB
CMYK
RGB Variations
Color information
#84B330 (or 0x84B330) is known color: Limerick. HEX triplet: 84, B3 and 30. RGB value is (132,179,48). Sum of RGB (Red+Green+Blue) = 132+179+48=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #84B330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B330 is #7B4CCF. Grayscale: #969696. Windows color (decimal): -8080592 or 3191684. OLE color: 3191684.
HSL color Cylindrical-coordinate representation of color #84B330: hue angle of 81.53º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84B330 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 179 | 48 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.30 |
| HSL | 81.53º | 0.58% | 0.45% | - |
| HSV(B) | 81.53º | 0.73% | 0.7% | - |
| XYZ | 26.17 | 37.36 | 8.63 | - |
| YUV | 150.01 | 70.43 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 179 | 48 | 0.26 | 0 | 0.73 | 0.30 | 81.53 | 0.58 | 0.45 |
| Hex | 84 | B3 | 30 | 1A | 0 | 49 | 1E | 52 | 3A | 2D |
| Octal | 204 | 263 | 60 | 32 | 0 | 111 | 36 | 122 | 72 | 55 |
| Binary | 10000100 | 10110011 | 110000 | 11010 | 0 | 1001001 | 11110 | 1010010 | 111010 | 101101 |
Color Harmonies of #84B330
Complementary color
Monochromatic Colors of #84B330
Black with #84B330
Text Example
Text Example
White with #84B330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B330; }
p { color: rgb(132,179,48); }
H1.HeaderClassName
{
color: #84B330;
}
.AnyTagClassName
{
color: #84B330;
}
</style>
background-color css
<style>
a { background-color: #84B330; }
a { background-color: rgb(132,179,48); }
div.DivClassName
{
background-color: #84B330;
}
.BgClassName
{
background-color: #84B330;
}
</style>
border-color css
<style>
span { border-color: #84B330; }
span { border-color: rgb(132,179,48); }
td.TdClassName
{
border-color: #84B330;
}
.TagClassName
{
border-color: #84B330;
}
</style>