Shades of Limerick #8CAC32
Tints of Limerick #8CAC32
RGB
CMYK
RGB Variations
Color information
#8CAC32 (or 0x8CAC32) is known color: Limerick. HEX triplet: 8C, AC and 32. RGB value is (140,172,50). Sum of RGB (Red+Green+Blue) = 140+172+50=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC32 is #7353CD. Grayscale: #949494. Windows color (decimal): -7558094 or 3320972. OLE color: 3320972.
HSL color Cylindrical-coordinate representation of color #8CAC32: hue angle of 75.74º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CAC32 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 50 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.33 |
| HSL | 75.74º | 0.55% | 0.44% | - |
| HSV(B) | 75.74º | 0.71% | 0.67% | - |
| XYZ | 26.14 | 35.31 | 8.46 | - |
| YUV | 148.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 50 | 0.19 | 0 | 0.71 | 0.33 | 75.74 | 0.55 | 0.44 |
| Hex | 8C | AC | 32 | 13 | 0 | 47 | 21 | 4C | 37 | 2C |
| Octal | 214 | 254 | 62 | 23 | 0 | 107 | 41 | 114 | 67 | 54 |
| Binary | 10001100 | 10101100 | 110010 | 10011 | 0 | 1000111 | 100001 | 1001100 | 110111 | 101100 |
Color Harmonies of #8CAC32
Complementary color
Monochromatic Colors of #8CAC32
Black with #8CAC32
Text Example
Text Example
White with #8CAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC32; }
p { color: rgb(140,172,50); }
H1.HeaderClassName
{
color: #8CAC32;
}
.AnyTagClassName
{
color: #8CAC32;
}
</style>
background-color css
<style>
a { background-color: #8CAC32; }
a { background-color: rgb(140,172,50); }
div.DivClassName
{
background-color: #8CAC32;
}
.BgClassName
{
background-color: #8CAC32;
}
</style>
border-color css
<style>
span { border-color: #8CAC32; }
span { border-color: rgb(140,172,50); }
td.TdClassName
{
border-color: #8CAC32;
}
.TagClassName
{
border-color: #8CAC32;
}
</style>