Shades of Limerick #84A223
Tints of Limerick #84A223
RGB
CMYK
RGB Variations
Color information
#84A223 (or 0x84A223) is known color: Limerick. HEX triplet: 84, A2 and 23. RGB value is (132,162,35). Sum of RGB (Red+Green+Blue) = 132+162+35=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #84A223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A223 is #7B5DDC. Grayscale: #8B8B8B. Windows color (decimal): -8084957 or 2335364. OLE color: 2335364.
HSL color Cylindrical-coordinate representation of color #84A223: hue angle of 74.17º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84A223 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 35 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.36 |
| HSL | 74.17º | 0.64% | 0.39% | - |
| HSV(B) | 74.17º | 0.78% | 0.64% | - |
| XYZ | 22.74 | 30.87 | 6.35 | - |
| YUV | 138.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 35 | 0.19 | 0 | 0.78 | 0.36 | 74.17 | 0.64 | 0.39 |
| Hex | 84 | A2 | 23 | 13 | 0 | 4E | 24 | 4A | 40 | 27 |
| Octal | 204 | 242 | 43 | 23 | 0 | 116 | 44 | 112 | 100 | 47 |
| Binary | 10000100 | 10100010 | 100011 | 10011 | 0 | 1001110 | 100100 | 1001010 | 1000000 | 100111 |
Color Harmonies of #84A223
Complementary color
Monochromatic Colors of #84A223
Black with #84A223
Text Example
Text Example
White with #84A223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A223; }
p { color: rgb(132,162,35); }
H1.HeaderClassName
{
color: #84A223;
}
.AnyTagClassName
{
color: #84A223;
}
</style>
background-color css
<style>
a { background-color: #84A223; }
a { background-color: rgb(132,162,35); }
div.DivClassName
{
background-color: #84A223;
}
.BgClassName
{
background-color: #84A223;
}
</style>
border-color css
<style>
span { border-color: #84A223; }
span { border-color: rgb(132,162,35); }
td.TdClassName
{
border-color: #84A223;
}
.TagClassName
{
border-color: #84A223;
}
</style>