Shades of Limerick #8AB137
Tints of Limerick #8AB137
RGB
CMYK
RGB Variations
Color information
#8AB137 (or 0x8AB137) is known color: Limerick. HEX triplet: 8A, B1 and 37. RGB value is (138,177,55). Sum of RGB (Red+Green+Blue) = 138+177+55=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB137 is #754EC8. Grayscale: #979797. Windows color (decimal): -7687881 or 3649930. OLE color: 3649930.
HSL color Cylindrical-coordinate representation of color #8AB137: hue angle of 79.18º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AB137 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 55 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.31 |
| HSL | 79.18º | 0.53% | 0.45% | - |
| HSV(B) | 79.18º | 0.69% | 0.69% | - |
| XYZ | 26.89 | 37.12 | 9.36 | - |
| YUV | 151.43 | 73.58 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 55 | 0.22 | 0 | 0.69 | 0.31 | 79.18 | 0.53 | 0.45 |
| Hex | 8A | B1 | 37 | 16 | 0 | 45 | 1F | 4F | 35 | 2D |
| Octal | 212 | 261 | 67 | 26 | 0 | 105 | 37 | 117 | 65 | 55 |
| Binary | 10001010 | 10110001 | 110111 | 10110 | 0 | 1000101 | 11111 | 1001111 | 110101 | 101101 |
Color Harmonies of #8AB137
Complementary color
Monochromatic Colors of #8AB137
Black with #8AB137
Text Example
Text Example
White with #8AB137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB137; }
p { color: rgb(138,177,55); }
H1.HeaderClassName
{
color: #8AB137;
}
.AnyTagClassName
{
color: #8AB137;
}
</style>
background-color css
<style>
a { background-color: #8AB137; }
a { background-color: rgb(138,177,55); }
div.DivClassName
{
background-color: #8AB137;
}
.BgClassName
{
background-color: #8AB137;
}
</style>
border-color css
<style>
span { border-color: #8AB137; }
span { border-color: rgb(138,177,55); }
td.TdClassName
{
border-color: #8AB137;
}
.TagClassName
{
border-color: #8AB137;
}
</style>