Shades of Limerick #9BB631
Tints of Limerick #9BB631
RGB
CMYK
RGB Variations
Color information
#9BB631 (or 0x9BB631) is known color: Limerick. HEX triplet: 9B, B6 and 31. RGB value is (155,182,49). Sum of RGB (Red+Green+Blue) = 155+182+49=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB631 is #6449CE. Grayscale: #9F9F9F. Windows color (decimal): -6572495 or 3258011. OLE color: 3258011.
HSL color Cylindrical-coordinate representation of color #9BB631: hue angle of 72.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9BB631 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 182 | 49 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.29 |
| HSL | 72.18º | 0.58% | 0.45% | - |
| HSV(B) | 72.18º | 0.73% | 0.71% | - |
| XYZ | 30.8 | 40.65 | 9.13 | - |
| YUV | 158.77 | 66.05 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 182 | 49 | 0.15 | 0 | 0.73 | 0.29 | 72.18 | 0.58 | 0.45 |
| Hex | 9B | B6 | 31 | F | 0 | 49 | 1D | 48 | 3A | 2D |
| Octal | 233 | 266 | 61 | 17 | 0 | 111 | 35 | 110 | 72 | 55 |
| Binary | 10011011 | 10110110 | 110001 | 1111 | 0 | 1001001 | 11101 | 1001000 | 111010 | 101101 |
Color Harmonies of #9BB631
Complementary color
Monochromatic Colors of #9BB631
Black with #9BB631
Text Example
Text Example
White with #9BB631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB631; }
p { color: rgb(155,182,49); }
H1.HeaderClassName
{
color: #9BB631;
}
.AnyTagClassName
{
color: #9BB631;
}
</style>
background-color css
<style>
a { background-color: #9BB631; }
a { background-color: rgb(155,182,49); }
div.DivClassName
{
background-color: #9BB631;
}
.BgClassName
{
background-color: #9BB631;
}
</style>
border-color css
<style>
span { border-color: #9BB631; }
span { border-color: rgb(155,182,49); }
td.TdClassName
{
border-color: #9BB631;
}
.TagClassName
{
border-color: #9BB631;
}
</style>