Shades of Limerick #9AB131
Tints of Limerick #9AB131
RGB
CMYK
RGB Variations
Color information
#9AB131 (or 0x9AB131) is known color: Limerick. HEX triplet: 9A, B1 and 31. RGB value is (154,177,49). Sum of RGB (Red+Green+Blue) = 154+177+49=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB131 is #654ECE. Grayscale: #9C9C9C. Windows color (decimal): -6639311 or 3256730. OLE color: 3256730.
HSL color Cylindrical-coordinate representation of color #9AB131: hue angle of 70.78º 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 #9AB131 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 177 | 49 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.31 |
| HSL | 70.78º | 0.57% | 0.44% | - |
| HSV(B) | 70.78º | 0.72% | 0.69% | - |
| XYZ | 29.6 | 38.54 | 8.78 | - |
| YUV | 155.53 | 67.88 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 177 | 49 | 0.13 | 0 | 0.72 | 0.31 | 70.78 | 0.57 | 0.44 |
| Hex | 9A | B1 | 31 | D | 0 | 48 | 1F | 47 | 39 | 2C |
| Octal | 232 | 261 | 61 | 15 | 0 | 110 | 37 | 107 | 71 | 54 |
| Binary | 10011010 | 10110001 | 110001 | 1101 | 0 | 1001000 | 11111 | 1000111 | 111001 | 101100 |
Color Harmonies of #9AB131
Complementary color
Monochromatic Colors of #9AB131
Black with #9AB131
Text Example
Text Example
White with #9AB131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB131; }
p { color: rgb(154,177,49); }
H1.HeaderClassName
{
color: #9AB131;
}
.AnyTagClassName
{
color: #9AB131;
}
</style>
background-color css
<style>
a { background-color: #9AB131; }
a { background-color: rgb(154,177,49); }
div.DivClassName
{
background-color: #9AB131;
}
.BgClassName
{
background-color: #9AB131;
}
</style>
border-color css
<style>
span { border-color: #9AB131; }
span { border-color: rgb(154,177,49); }
td.TdClassName
{
border-color: #9AB131;
}
.TagClassName
{
border-color: #9AB131;
}
</style>