Shades of Limerick #8ABA32
Tints of Limerick #8ABA32
RGB
CMYK
RGB Variations
Color information
#8ABA32 (or 0x8ABA32) is known color: Limerick. HEX triplet: 8A, BA and 32. RGB value is (138,186,50). Sum of RGB (Red+Green+Blue) = 138+186+50=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA32 is #7545CD. Grayscale: #9C9C9C. Windows color (decimal): -7685582 or 3324554. OLE color: 3324554.
HSL color Cylindrical-coordinate representation of color #8ABA32: hue angle of 81.18º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8ABA32 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 50 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.27 |
| HSL | 81.18º | 0.58% | 0.46% | - |
| HSV(B) | 81.18º | 0.73% | 0.73% | - |
| XYZ | 28.62 | 40.75 | 9.38 | - |
| YUV | 156.14 | 68.1 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 50 | 0.26 | 0 | 0.73 | 0.27 | 81.18 | 0.58 | 0.46 |
| Hex | 8A | BA | 32 | 1A | 0 | 49 | 1B | 51 | 3A | 2E |
| Octal | 212 | 272 | 62 | 32 | 0 | 111 | 33 | 121 | 72 | 56 |
| Binary | 10001010 | 10111010 | 110010 | 11010 | 0 | 1001001 | 11011 | 1010001 | 111010 | 101110 |
Color Harmonies of #8ABA32
Complementary color
Monochromatic Colors of #8ABA32
Black with #8ABA32
Text Example
Text Example
White with #8ABA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA32; }
p { color: rgb(138,186,50); }
H1.HeaderClassName
{
color: #8ABA32;
}
.AnyTagClassName
{
color: #8ABA32;
}
</style>
background-color css
<style>
a { background-color: #8ABA32; }
a { background-color: rgb(138,186,50); }
div.DivClassName
{
background-color: #8ABA32;
}
.BgClassName
{
background-color: #8ABA32;
}
</style>
border-color css
<style>
span { border-color: #8ABA32; }
span { border-color: rgb(138,186,50); }
td.TdClassName
{
border-color: #8ABA32;
}
.TagClassName
{
border-color: #8ABA32;
}
</style>