Shades of Limerick #8ABA1B
Tints of Limerick #8ABA1B
RGB
CMYK
RGB Variations
Color information
#8ABA1B (or 0x8ABA1B) is known color: Limerick. HEX triplet: 8A, BA and 1B. RGB value is (138,186,27). Sum of RGB (Red+Green+Blue) = 138+186+27=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA1B is #7545E4. Grayscale: #9A9A9A. Windows color (decimal): -7685605 or 1817226. OLE color: 1817226.
HSL color Cylindrical-coordinate representation of color #8ABA1B: hue angle of 78.11º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8ABA1B is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 27 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.27 |
| HSL | 78.11º | 0.75% | 0.42% | - |
| HSV(B) | 78.11º | 0.85% | 0.73% | - |
| XYZ | 28.24 | 40.6 | 7.39 | - |
| YUV | 153.52 | 56.6 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 27 | 0.26 | 0 | 0.85 | 0.27 | 78.11 | 0.75 | 0.42 |
| Hex | 8A | BA | 1B | 1A | 0 | 55 | 1B | 4E | 4B | 2A |
| Octal | 212 | 272 | 33 | 32 | 0 | 125 | 33 | 116 | 113 | 52 |
| Binary | 10001010 | 10111010 | 11011 | 11010 | 0 | 1010101 | 11011 | 1001110 | 1001011 | 101010 |
Color Harmonies of #8ABA1B
Complementary color
Monochromatic Colors of #8ABA1B
Black with #8ABA1B
Text Example
Text Example
White with #8ABA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA1B; }
p { color: rgb(138,186,27); }
H1.HeaderClassName
{
color: #8ABA1B;
}
.AnyTagClassName
{
color: #8ABA1B;
}
</style>
background-color css
<style>
a { background-color: #8ABA1B; }
a { background-color: rgb(138,186,27); }
div.DivClassName
{
background-color: #8ABA1B;
}
.BgClassName
{
background-color: #8ABA1B;
}
</style>
border-color css
<style>
span { border-color: #8ABA1B; }
span { border-color: rgb(138,186,27); }
td.TdClassName
{
border-color: #8ABA1B;
}
.TagClassName
{
border-color: #8ABA1B;
}
</style>