Shades of Limerick #8BA91B
Tints of Limerick #8BA91B
RGB
CMYK
RGB Variations
Color information
#8BA91B (or 0x8BA91B) is known color: Limerick. HEX triplet: 8B, A9 and 1B. RGB value is (139,169,27). Sum of RGB (Red+Green+Blue) = 139+169+27=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA91B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA91B is #7456E4. Grayscale: #909090. Windows color (decimal): -7624421 or 1812875. OLE color: 1812875.
HSL color Cylindrical-coordinate representation of color #8BA91B: hue angle of 72.68º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8BA91B is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 169 | 27 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.34 |
| HSL | 72.68º | 0.72% | 0.38% | - |
| HSV(B) | 72.68º | 0.84% | 0.66% | - |
| XYZ | 25.03 | 33.94 | 6.27 | - |
| YUV | 143.84 | 62.06 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 27 | 0.18 | 0 | 0.84 | 0.34 | 72.68 | 0.72 | 0.38 |
| Hex | 8B | A9 | 1B | 12 | 0 | 54 | 22 | 49 | 48 | 26 |
| Octal | 213 | 251 | 33 | 22 | 0 | 124 | 42 | 111 | 110 | 46 |
| Binary | 10001011 | 10101001 | 11011 | 10010 | 0 | 1010100 | 100010 | 1001001 | 1001000 | 100110 |
Color Harmonies of #8BA91B
Complementary color
Monochromatic Colors of #8BA91B
Black with #8BA91B
Text Example
Text Example
White with #8BA91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA91B; }
p { color: rgb(139,169,27); }
H1.HeaderClassName
{
color: #8BA91B;
}
.AnyTagClassName
{
color: #8BA91B;
}
</style>
background-color css
<style>
a { background-color: #8BA91B; }
a { background-color: rgb(139,169,27); }
div.DivClassName
{
background-color: #8BA91B;
}
.BgClassName
{
background-color: #8BA91B;
}
</style>
border-color css
<style>
span { border-color: #8BA91B; }
span { border-color: rgb(139,169,27); }
td.TdClassName
{
border-color: #8BA91B;
}
.TagClassName
{
border-color: #8BA91B;
}
</style>