Shades of Limerick #9BB32C
Tints of Limerick #9BB32C
RGB
CMYK
RGB Variations
Color information
#9BB32C (or 0x9BB32C) is known color: Limerick. HEX triplet: 9B, B3 and 2C. RGB value is (155,179,44). Sum of RGB (Red+Green+Blue) = 155+179+44=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB32C is #644CD3. Grayscale: #9C9C9C. Windows color (decimal): -6573268 or 2929563. OLE color: 2929563.
HSL color Cylindrical-coordinate representation of color #9BB32C: hue angle of 70.67º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BB32C is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 44 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.30 |
| HSL | 70.67º | 0.61% | 0.44% | - |
| HSV(B) | 70.67º | 0.75% | 0.7% | - |
| XYZ | 30.09 | 39.39 | 8.4 | - |
| YUV | 156.43 | 64.55 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 44 | 0.13 | 0 | 0.75 | 0.30 | 70.67 | 0.61 | 0.44 |
| Hex | 9B | B3 | 2C | D | 0 | 4B | 1E | 47 | 3D | 2C |
| Octal | 233 | 263 | 54 | 15 | 0 | 113 | 36 | 107 | 75 | 54 |
| Binary | 10011011 | 10110011 | 101100 | 1101 | 0 | 1001011 | 11110 | 1000111 | 111101 | 101100 |
Color Harmonies of #9BB32C
Complementary color
Monochromatic Colors of #9BB32C
Black with #9BB32C
Text Example
Text Example
White with #9BB32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB32C; }
p { color: rgb(155,179,44); }
H1.HeaderClassName
{
color: #9BB32C;
}
.AnyTagClassName
{
color: #9BB32C;
}
</style>
background-color css
<style>
a { background-color: #9BB32C; }
a { background-color: rgb(155,179,44); }
div.DivClassName
{
background-color: #9BB32C;
}
.BgClassName
{
background-color: #9BB32C;
}
</style>
border-color css
<style>
span { border-color: #9BB32C; }
span { border-color: rgb(155,179,44); }
td.TdClassName
{
border-color: #9BB32C;
}
.TagClassName
{
border-color: #9BB32C;
}
</style>