Shades of Limerick #9BB131
Tints of Limerick #9BB131
RGB
CMYK
RGB Variations
Color information
#9BB131 (or 0x9BB131) is known color: Limerick. HEX triplet: 9B, B1 and 31. RGB value is (155,177,49). Sum of RGB (Red+Green+Blue) = 155+177+49=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BB131 is #644ECE. Grayscale: #9C9C9C. Windows color (decimal): -6573775 or 3256731. OLE color: 3256731.
HSL color Cylindrical-coordinate representation of color #9BB131: hue angle of 70.31º 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 #9BB131 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 49 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.31 |
| HSL | 70.31º | 0.57% | 0.44% | - |
| HSV(B) | 70.31º | 0.72% | 0.69% | - |
| XYZ | 29.79 | 38.63 | 8.79 | - |
| YUV | 155.83 | 67.71 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 49 | 0.12 | 0 | 0.72 | 0.31 | 70.31 | 0.57 | 0.44 |
| Hex | 9B | B1 | 31 | C | 0 | 48 | 1F | 46 | 39 | 2C |
| Octal | 233 | 261 | 61 | 14 | 0 | 110 | 37 | 106 | 71 | 54 |
| Binary | 10011011 | 10110001 | 110001 | 1100 | 0 | 1001000 | 11111 | 1000110 | 111001 | 101100 |
Color Harmonies of #9BB131
Complementary color
Monochromatic Colors of #9BB131
Black with #9BB131
Text Example
Text Example
White with #9BB131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB131; }
p { color: rgb(155,177,49); }
H1.HeaderClassName
{
color: #9BB131;
}
.AnyTagClassName
{
color: #9BB131;
}
</style>
background-color css
<style>
a { background-color: #9BB131; }
a { background-color: rgb(155,177,49); }
div.DivClassName
{
background-color: #9BB131;
}
.BgClassName
{
background-color: #9BB131;
}
</style>
border-color css
<style>
span { border-color: #9BB131; }
span { border-color: rgb(155,177,49); }
td.TdClassName
{
border-color: #9BB131;
}
.TagClassName
{
border-color: #9BB131;
}
</style>