Shades of Limerick #8CA832
Tints of Limerick #8CA832
RGB
CMYK
RGB Variations
Color information
#8CA832 (or 0x8CA832) is known color: Limerick. HEX triplet: 8C, A8 and 32. RGB value is (140,168,50). Sum of RGB (Red+Green+Blue) = 140+168+50=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA832 is #7357CD. Grayscale: #929292. Windows color (decimal): -7559118 or 3319948. OLE color: 3319948.
HSL color Cylindrical-coordinate representation of color #8CA832: hue angle of 74.24º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CA832 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 168 | 50 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.34 |
| HSL | 74.24º | 0.54% | 0.43% | - |
| HSV(B) | 74.24º | 0.7% | 0.66% | - |
| XYZ | 25.39 | 33.81 | 8.21 | - |
| YUV | 146.18 | 73.72 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 50 | 0.17 | 0 | 0.70 | 0.34 | 74.24 | 0.54 | 0.43 |
| Hex | 8C | A8 | 32 | 11 | 0 | 46 | 22 | 4A | 36 | 2B |
| Octal | 214 | 250 | 62 | 21 | 0 | 106 | 42 | 112 | 66 | 53 |
| Binary | 10001100 | 10101000 | 110010 | 10001 | 0 | 1000110 | 100010 | 1001010 | 110110 | 101011 |
Color Harmonies of #8CA832
Complementary color
Monochromatic Colors of #8CA832
Black with #8CA832
Text Example
Text Example
White with #8CA832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA832; }
p { color: rgb(140,168,50); }
H1.HeaderClassName
{
color: #8CA832;
}
.AnyTagClassName
{
color: #8CA832;
}
</style>
background-color css
<style>
a { background-color: #8CA832; }
a { background-color: rgb(140,168,50); }
div.DivClassName
{
background-color: #8CA832;
}
.BgClassName
{
background-color: #8CA832;
}
</style>
border-color css
<style>
span { border-color: #8CA832; }
span { border-color: rgb(140,168,50); }
td.TdClassName
{
border-color: #8CA832;
}
.TagClassName
{
border-color: #8CA832;
}
</style>