Shades of Limerick #8ABC32
Tints of Limerick #8ABC32
RGB
CMYK
RGB Variations
Color information
#8ABC32 (or 0x8ABC32) is known color: Limerick. HEX triplet: 8A, BC and 32. RGB value is (138,188,50). Sum of RGB (Red+Green+Blue) = 138+188+50=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC32 is #7543CD. Grayscale: #9D9D9D. Windows color (decimal): -7685070 or 3325066. OLE color: 3325066.
HSL color Cylindrical-coordinate representation of color #8ABC32: hue angle of 81.74º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8ABC32 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 50 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.26 |
| HSL | 81.74º | 0.58% | 0.47% | - |
| HSV(B) | 81.74º | 0.73% | 0.74% | - |
| XYZ | 29.04 | 41.6 | 9.52 | - |
| YUV | 157.32 | 67.44 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 50 | 0.27 | 0 | 0.73 | 0.26 | 81.74 | 0.58 | 0.47 |
| Hex | 8A | BC | 32 | 1B | 0 | 49 | 1A | 52 | 3A | 2F |
| Octal | 212 | 274 | 62 | 33 | 0 | 111 | 32 | 122 | 72 | 57 |
| Binary | 10001010 | 10111100 | 110010 | 11011 | 0 | 1001001 | 11010 | 1010010 | 111010 | 101111 |
Color Harmonies of #8ABC32
Complementary color
Monochromatic Colors of #8ABC32
Black with #8ABC32
Text Example
Text Example
White with #8ABC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC32; }
p { color: rgb(138,188,50); }
H1.HeaderClassName
{
color: #8ABC32;
}
.AnyTagClassName
{
color: #8ABC32;
}
</style>
background-color css
<style>
a { background-color: #8ABC32; }
a { background-color: rgb(138,188,50); }
div.DivClassName
{
background-color: #8ABC32;
}
.BgClassName
{
background-color: #8ABC32;
}
</style>
border-color css
<style>
span { border-color: #8ABC32; }
span { border-color: rgb(138,188,50); }
td.TdClassName
{
border-color: #8ABC32;
}
.TagClassName
{
border-color: #8ABC32;
}
</style>