Shades of Limerick #8AB531
Tints of Limerick #8AB531
RGB
CMYK
RGB Variations
Color information
#8AB531 (or 0x8AB531) is known color: Limerick. HEX triplet: 8A, B5 and 31. RGB value is (138,181,49). Sum of RGB (Red+Green+Blue) = 138+181+49=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB531 is #754ACE. Grayscale: #999999. Windows color (decimal): -7686863 or 3257738. OLE color: 3257738.
HSL color Cylindrical-coordinate representation of color #8AB531: hue angle of 79.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8AB531 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 49 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.29 |
| HSL | 79.55º | 0.57% | 0.45% | - |
| HSV(B) | 79.55º | 0.73% | 0.71% | - |
| XYZ | 27.56 | 38.67 | 8.92 | - |
| YUV | 153.1 | 69.25 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 49 | 0.24 | 0 | 0.73 | 0.29 | 79.55 | 0.57 | 0.45 |
| Hex | 8A | B5 | 31 | 18 | 0 | 49 | 1D | 50 | 39 | 2D |
| Octal | 212 | 265 | 61 | 30 | 0 | 111 | 35 | 120 | 71 | 55 |
| Binary | 10001010 | 10110101 | 110001 | 11000 | 0 | 1001001 | 11101 | 1010000 | 111001 | 101101 |
Color Harmonies of #8AB531
Complementary color
Monochromatic Colors of #8AB531
Black with #8AB531
Text Example
Text Example
White with #8AB531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB531; }
p { color: rgb(138,181,49); }
H1.HeaderClassName
{
color: #8AB531;
}
.AnyTagClassName
{
color: #8AB531;
}
</style>
background-color css
<style>
a { background-color: #8AB531; }
a { background-color: rgb(138,181,49); }
div.DivClassName
{
background-color: #8AB531;
}
.BgClassName
{
background-color: #8AB531;
}
</style>
border-color css
<style>
span { border-color: #8AB531; }
span { border-color: rgb(138,181,49); }
td.TdClassName
{
border-color: #8AB531;
}
.TagClassName
{
border-color: #8AB531;
}
</style>