Shades of Limerick #8AB131
Tints of Limerick #8AB131
RGB
CMYK
RGB Variations
Color information
#8AB131 (or 0x8AB131) is known color: Limerick. HEX triplet: 8A, B1 and 31. RGB value is (138,177,49). Sum of RGB (Red+Green+Blue) = 138+177+49=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB131 is #754ECE. Grayscale: #979797. Windows color (decimal): -7687887 or 3256714. OLE color: 3256714.
HSL color Cylindrical-coordinate representation of color #8AB131: hue angle of 78.28º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8AB131 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 49 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.31 |
| HSL | 78.28º | 0.57% | 0.44% | - |
| HSV(B) | 78.28º | 0.72% | 0.69% | - |
| XYZ | 26.76 | 37.07 | 8.65 | - |
| YUV | 150.75 | 70.58 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 49 | 0.22 | 0 | 0.72 | 0.31 | 78.28 | 0.57 | 0.44 |
| Hex | 8A | B1 | 31 | 16 | 0 | 48 | 1F | 4E | 39 | 2C |
| Octal | 212 | 261 | 61 | 26 | 0 | 110 | 37 | 116 | 71 | 54 |
| Binary | 10001010 | 10110001 | 110001 | 10110 | 0 | 1001000 | 11111 | 1001110 | 111001 | 101100 |
Color Harmonies of #8AB131
Complementary color
Monochromatic Colors of #8AB131
Black with #8AB131
Text Example
Text Example
White with #8AB131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB131; }
p { color: rgb(138,177,49); }
H1.HeaderClassName
{
color: #8AB131;
}
.AnyTagClassName
{
color: #8AB131;
}
</style>
background-color css
<style>
a { background-color: #8AB131; }
a { background-color: rgb(138,177,49); }
div.DivClassName
{
background-color: #8AB131;
}
.BgClassName
{
background-color: #8AB131;
}
</style>
border-color css
<style>
span { border-color: #8AB131; }
span { border-color: rgb(138,177,49); }
td.TdClassName
{
border-color: #8AB131;
}
.TagClassName
{
border-color: #8AB131;
}
</style>