Shades of Limerick #9CB52C
Tints of Limerick #9CB52C
RGB
CMYK
RGB Variations
Color information
#9CB52C (or 0x9CB52C) is known color: Limerick. HEX triplet: 9C, B5 and 2C. RGB value is (156,181,44). Sum of RGB (Red+Green+Blue) = 156+181+44=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB52C is #634AD3. Grayscale: #9E9E9E. Windows color (decimal): -6507220 or 2930076. OLE color: 2930076.
HSL color Cylindrical-coordinate representation of color #9CB52C: hue angle of 70.95º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9CB52C is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 44 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.29 |
| HSL | 70.95º | 0.61% | 0.44% | - |
| HSV(B) | 70.95º | 0.76% | 0.71% | - |
| XYZ | 30.69 | 40.3 | 8.54 | - |
| YUV | 157.91 | 63.72 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 44 | 0.14 | 0 | 0.76 | 0.29 | 70.95 | 0.61 | 0.44 |
| Hex | 9C | B5 | 2C | E | 0 | 4C | 1D | 47 | 3D | 2C |
| Octal | 234 | 265 | 54 | 16 | 0 | 114 | 35 | 107 | 75 | 54 |
| Binary | 10011100 | 10110101 | 101100 | 1110 | 0 | 1001100 | 11101 | 1000111 | 111101 | 101100 |
Color Harmonies of #9CB52C
Complementary color
Monochromatic Colors of #9CB52C
Black with #9CB52C
Text Example
Text Example
White with #9CB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB52C; }
p { color: rgb(156,181,44); }
H1.HeaderClassName
{
color: #9CB52C;
}
.AnyTagClassName
{
color: #9CB52C;
}
</style>
background-color css
<style>
a { background-color: #9CB52C; }
a { background-color: rgb(156,181,44); }
div.DivClassName
{
background-color: #9CB52C;
}
.BgClassName
{
background-color: #9CB52C;
}
</style>
border-color css
<style>
span { border-color: #9CB52C; }
span { border-color: rgb(156,181,44); }
td.TdClassName
{
border-color: #9CB52C;
}
.TagClassName
{
border-color: #9CB52C;
}
</style>