Shades of Limerick #84AF1C
Tints of Limerick #84AF1C
RGB
CMYK
RGB Variations
Color information
#84AF1C (or 0x84AF1C) is known color: Limerick. HEX triplet: 84, AF and 1C. RGB value is (132,175,28). Sum of RGB (Red+Green+Blue) = 132+175+28=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AF1C is #7B50E3. Grayscale: #919191. Windows color (decimal): -8081636 or 1879940. OLE color: 1879940.
HSL color Cylindrical-coordinate representation of color #84AF1C: hue angle of 77.55º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84AF1C is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 28 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.31 |
| HSL | 77.55º | 0.72% | 0.4% | - |
| HSV(B) | 77.55º | 0.84% | 0.69% | - |
| XYZ | 25.06 | 35.65 | 6.66 | - |
| YUV | 145.39 | 61.75 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 28 | 0.25 | 0 | 0.84 | 0.31 | 77.55 | 0.72 | 0.4 |
| Hex | 84 | AF | 1C | 19 | 0 | 54 | 1F | 4E | 48 | 28 |
| Octal | 204 | 257 | 34 | 31 | 0 | 124 | 37 | 116 | 110 | 50 |
| Binary | 10000100 | 10101111 | 11100 | 11001 | 0 | 1010100 | 11111 | 1001110 | 1001000 | 101000 |
Color Harmonies of #84AF1C
Complementary color
Monochromatic Colors of #84AF1C
Black with #84AF1C
Text Example
Text Example
White with #84AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF1C; }
p { color: rgb(132,175,28); }
H1.HeaderClassName
{
color: #84AF1C;
}
.AnyTagClassName
{
color: #84AF1C;
}
</style>
background-color css
<style>
a { background-color: #84AF1C; }
a { background-color: rgb(132,175,28); }
div.DivClassName
{
background-color: #84AF1C;
}
.BgClassName
{
background-color: #84AF1C;
}
</style>
border-color css
<style>
span { border-color: #84AF1C; }
span { border-color: rgb(132,175,28); }
td.TdClassName
{
border-color: #84AF1C;
}
.TagClassName
{
border-color: #84AF1C;
}
</style>