Shades of Limerick #9BB040
Tints of Limerick #9BB040
RGB
CMYK
RGB Variations
Color information
#9BB040 (or 0x9BB040) is known color: Limerick. HEX triplet: 9B, B0 and 40. RGB value is (155,176,64). Sum of RGB (Red+Green+Blue) = 155+176+64=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BB040 is #644FBF. Grayscale: #9D9D9D. Windows color (decimal): -6574016 or 4239515. OLE color: 4239515.
HSL color Cylindrical-coordinate representation of color #9BB040: hue angle of 71.25º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BB040 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 176 | 64 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.31 |
| HSL | 71.25º | 0.47% | 0.47% | - |
| HSV(B) | 71.25º | 0.64% | 0.69% | - |
| XYZ | 29.97 | 38.39 | 10.68 | - |
| YUV | 156.95 | 75.54 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 64 | 0.12 | 0 | 0.64 | 0.31 | 71.25 | 0.47 | 0.47 |
| Hex | 9B | B0 | 40 | C | 0 | 40 | 1F | 47 | 2F | 2F |
| Octal | 233 | 260 | 100 | 14 | 0 | 100 | 37 | 107 | 57 | 57 |
| Binary | 10011011 | 10110000 | 1000000 | 1100 | 0 | 1000000 | 11111 | 1000111 | 101111 | 101111 |
Color Harmonies of #9BB040
Complementary color
Monochromatic Colors of #9BB040
Black with #9BB040
Text Example
Text Example
White with #9BB040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB040; }
p { color: rgb(155,176,64); }
H1.HeaderClassName
{
color: #9BB040;
}
.AnyTagClassName
{
color: #9BB040;
}
</style>
background-color css
<style>
a { background-color: #9BB040; }
a { background-color: rgb(155,176,64); }
div.DivClassName
{
background-color: #9BB040;
}
.BgClassName
{
background-color: #9BB040;
}
</style>
border-color css
<style>
span { border-color: #9BB040; }
span { border-color: rgb(155,176,64); }
td.TdClassName
{
border-color: #9BB040;
}
.TagClassName
{
border-color: #9BB040;
}
</style>