Shades of Limerick #9CB62C
Tints of Limerick #9CB62C
RGB
CMYK
RGB Variations
Color information
#9CB62C (or 0x9CB62C) is known color: Limerick. HEX triplet: 9C, B6 and 2C. RGB value is (156,182,44). Sum of RGB (Red+Green+Blue) = 156+182+44=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB62C is #6349D3. Grayscale: #9F9F9F. Windows color (decimal): -6506964 or 2930332. OLE color: 2930332.
HSL color Cylindrical-coordinate representation of color #9CB62C: hue angle of 71.3º 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 #9CB62C is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 182 | 44 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.29 |
| HSL | 71.3º | 0.61% | 0.44% | - |
| HSV(B) | 71.3º | 0.76% | 0.71% | - |
| XYZ | 30.89 | 40.71 | 8.61 | - |
| YUV | 158.49 | 63.39 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 182 | 44 | 0.14 | 0 | 0.76 | 0.29 | 71.3 | 0.61 | 0.44 |
| Hex | 9C | B6 | 2C | E | 0 | 4C | 1D | 47 | 3D | 2C |
| Octal | 234 | 266 | 54 | 16 | 0 | 114 | 35 | 107 | 75 | 54 |
| Binary | 10011100 | 10110110 | 101100 | 1110 | 0 | 1001100 | 11101 | 1000111 | 111101 | 101100 |
Color Harmonies of #9CB62C
Complementary color
Monochromatic Colors of #9CB62C
Black with #9CB62C
Text Example
Text Example
White with #9CB62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB62C; }
p { color: rgb(156,182,44); }
H1.HeaderClassName
{
color: #9CB62C;
}
.AnyTagClassName
{
color: #9CB62C;
}
</style>
background-color css
<style>
a { background-color: #9CB62C; }
a { background-color: rgb(156,182,44); }
div.DivClassName
{
background-color: #9CB62C;
}
.BgClassName
{
background-color: #9CB62C;
}
</style>
border-color css
<style>
span { border-color: #9CB62C; }
span { border-color: rgb(156,182,44); }
td.TdClassName
{
border-color: #9CB62C;
}
.TagClassName
{
border-color: #9CB62C;
}
</style>