Shades of Limerick #9CB22D
Tints of Limerick #9CB22D
RGB
CMYK
RGB Variations
Color information
#9CB22D (or 0x9CB22D) is known color: Limerick. HEX triplet: 9C, B2 and 2D. RGB value is (156,178,45). Sum of RGB (Red+Green+Blue) = 156+178+45=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB22D is #634DD2. Grayscale: #9C9C9C. Windows color (decimal): -6507987 or 2994844. OLE color: 2994844.
HSL color Cylindrical-coordinate representation of color #9CB22D: hue angle of 69.92º degrees, saturation: 0.6, 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 #9CB22D is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 178 | 45 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.30 |
| HSL | 69.92º | 0.6% | 0.44% | - |
| HSV(B) | 69.92º | 0.75% | 0.7% | - |
| XYZ | 30.1 | 39.1 | 8.44 | - |
| YUV | 156.26 | 65.21 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 45 | 0.12 | 0 | 0.75 | 0.30 | 69.92 | 0.6 | 0.44 |
| Hex | 9C | B2 | 2D | C | 0 | 4B | 1E | 46 | 3C | 2C |
| Octal | 234 | 262 | 55 | 14 | 0 | 113 | 36 | 106 | 74 | 54 |
| Binary | 10011100 | 10110010 | 101101 | 1100 | 0 | 1001011 | 11110 | 1000110 | 111100 | 101100 |
Color Harmonies of #9CB22D
Complementary color
Monochromatic Colors of #9CB22D
Black with #9CB22D
Text Example
Text Example
White with #9CB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB22D; }
p { color: rgb(156,178,45); }
H1.HeaderClassName
{
color: #9CB22D;
}
.AnyTagClassName
{
color: #9CB22D;
}
</style>
background-color css
<style>
a { background-color: #9CB22D; }
a { background-color: rgb(156,178,45); }
div.DivClassName
{
background-color: #9CB22D;
}
.BgClassName
{
background-color: #9CB22D;
}
</style>
border-color css
<style>
span { border-color: #9CB22D; }
span { border-color: rgb(156,178,45); }
td.TdClassName
{
border-color: #9CB22D;
}
.TagClassName
{
border-color: #9CB22D;
}
</style>