Shades of Limerick #9CB42B
Tints of Limerick #9CB42B
RGB
CMYK
RGB Variations
Color information
#9CB42B (or 0x9CB42B) is known color: Limerick. HEX triplet: 9C, B4 and 2B. RGB value is (156,180,43). Sum of RGB (Red+Green+Blue) = 156+180+43=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB42B is #634BD4. Grayscale: #9D9D9D. Windows color (decimal): -6507477 or 2864284. OLE color: 2864284.
HSL color Cylindrical-coordinate representation of color #9CB42B: hue angle of 70.51º 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 #9CB42B is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 43 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.29 |
| HSL | 70.51º | 0.61% | 0.44% | - |
| HSV(B) | 70.51º | 0.76% | 0.71% | - |
| XYZ | 30.47 | 39.88 | 8.38 | - |
| YUV | 157.21 | 63.55 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 43 | 0.13 | 0 | 0.76 | 0.29 | 70.51 | 0.61 | 0.44 |
| Hex | 9C | B4 | 2B | D | 0 | 4C | 1D | 47 | 3D | 2C |
| Octal | 234 | 264 | 53 | 15 | 0 | 114 | 35 | 107 | 75 | 54 |
| Binary | 10011100 | 10110100 | 101011 | 1101 | 0 | 1001100 | 11101 | 1000111 | 111101 | 101100 |
Color Harmonies of #9CB42B
Complementary color
Monochromatic Colors of #9CB42B
Black with #9CB42B
Text Example
Text Example
White with #9CB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB42B; }
p { color: rgb(156,180,43); }
H1.HeaderClassName
{
color: #9CB42B;
}
.AnyTagClassName
{
color: #9CB42B;
}
</style>
background-color css
<style>
a { background-color: #9CB42B; }
a { background-color: rgb(156,180,43); }
div.DivClassName
{
background-color: #9CB42B;
}
.BgClassName
{
background-color: #9CB42B;
}
</style>
border-color css
<style>
span { border-color: #9CB42B; }
span { border-color: rgb(156,180,43); }
td.TdClassName
{
border-color: #9CB42B;
}
.TagClassName
{
border-color: #9CB42B;
}
</style>