Shades of Limerick #9BB139
Tints of Limerick #9BB139
RGB
CMYK
RGB Variations
Color information
#9BB139 (or 0x9BB139) is known color: Limerick. HEX triplet: 9B, B1 and 39. RGB value is (155,177,57). Sum of RGB (Red+Green+Blue) = 155+177+57=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BB139 is #644EC6. Grayscale: #9D9D9D. Windows color (decimal): -6573767 or 3781019. OLE color: 3781019.
HSL color Cylindrical-coordinate representation of color #9BB139: hue angle of 71º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BB139 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 57 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.31 |
| HSL | 71º | 0.51% | 0.46% | - |
| HSV(B) | 71º | 0.68% | 0.69% | - |
| XYZ | 29.98 | 38.71 | 9.76 | - |
| YUV | 156.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 57 | 0.12 | 0 | 0.68 | 0.31 | 71 | 0.51 | 0.46 |
| Hex | 9B | B1 | 39 | C | 0 | 44 | 1F | 47 | 33 | 2E |
| Octal | 233 | 261 | 71 | 14 | 0 | 104 | 37 | 107 | 63 | 56 |
| Binary | 10011011 | 10110001 | 111001 | 1100 | 0 | 1000100 | 11111 | 1000111 | 110011 | 101110 |
Color Harmonies of #9BB139
Complementary color
Monochromatic Colors of #9BB139
Black with #9BB139
Text Example
Text Example
White with #9BB139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB139; }
p { color: rgb(155,177,57); }
H1.HeaderClassName
{
color: #9BB139;
}
.AnyTagClassName
{
color: #9BB139;
}
</style>
background-color css
<style>
a { background-color: #9BB139; }
a { background-color: rgb(155,177,57); }
div.DivClassName
{
background-color: #9BB139;
}
.BgClassName
{
background-color: #9BB139;
}
</style>
border-color css
<style>
span { border-color: #9BB139; }
span { border-color: rgb(155,177,57); }
td.TdClassName
{
border-color: #9BB139;
}
.TagClassName
{
border-color: #9BB139;
}
</style>