Shades of Limerick #9AB731
Tints of Limerick #9AB731
RGB
CMYK
RGB Variations
Color information
#9AB731 (or 0x9AB731) is known color: Limerick. HEX triplet: 9A, B7 and 31. RGB value is (154,183,49). Sum of RGB (Red+Green+Blue) = 154+183+49=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB731 is #6548CE. Grayscale: #9F9F9F. Windows color (decimal): -6637775 or 3258266. OLE color: 3258266.
HSL color Cylindrical-coordinate representation of color #9AB731: hue angle of 72.99º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9AB731 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 183 | 49 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.28 |
| HSL | 72.99º | 0.58% | 0.45% | - |
| HSV(B) | 72.99º | 0.73% | 0.72% | - |
| XYZ | 30.81 | 40.96 | 9.19 | - |
| YUV | 159.05 | 65.89 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 183 | 49 | 0.16 | 0 | 0.73 | 0.28 | 72.99 | 0.58 | 0.45 |
| Hex | 9A | B7 | 31 | 10 | 0 | 49 | 1C | 49 | 3A | 2D |
| Octal | 232 | 267 | 61 | 20 | 0 | 111 | 34 | 111 | 72 | 55 |
| Binary | 10011010 | 10110111 | 110001 | 10000 | 0 | 1001001 | 11100 | 1001001 | 111010 | 101101 |
Color Harmonies of #9AB731
Complementary color
Monochromatic Colors of #9AB731
Black with #9AB731
Text Example
Text Example
White with #9AB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB731; }
p { color: rgb(154,183,49); }
H1.HeaderClassName
{
color: #9AB731;
}
.AnyTagClassName
{
color: #9AB731;
}
</style>
background-color css
<style>
a { background-color: #9AB731; }
a { background-color: rgb(154,183,49); }
div.DivClassName
{
background-color: #9AB731;
}
.BgClassName
{
background-color: #9AB731;
}
</style>
border-color css
<style>
span { border-color: #9AB731; }
span { border-color: rgb(154,183,49); }
td.TdClassName
{
border-color: #9AB731;
}
.TagClassName
{
border-color: #9AB731;
}
</style>