Shades of Limerick #9CA739
Tints of Limerick #9CA739
RGB
CMYK
RGB Variations
Color information
#9CA739 (or 0x9CA739) is known color: Limerick. HEX triplet: 9C, A7 and 39. RGB value is (156,167,57). Sum of RGB (Red+Green+Blue) = 156+167+57=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA739 is #6358C6. Grayscale: #979797. Windows color (decimal): -6510791 or 3778460. OLE color: 3778460.
HSL color Cylindrical-coordinate representation of color #9CA739: hue angle of 66º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CA739 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 167 | 57 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.35 |
| HSL | 66º | 0.49% | 0.44% | - |
| HSV(B) | 66º | 0.66% | 0.65% | - |
| XYZ | 28.27 | 35 | 9.14 | - |
| YUV | 151.17 | 74.86 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 57 | 0.07 | 0 | 0.66 | 0.35 | 66 | 0.49 | 0.44 |
| Hex | 9C | A7 | 39 | 7 | 0 | 42 | 23 | 42 | 31 | 2C |
| Octal | 234 | 247 | 71 | 7 | 0 | 102 | 43 | 102 | 61 | 54 |
| Binary | 10011100 | 10100111 | 111001 | 111 | 0 | 1000010 | 100011 | 1000010 | 110001 | 101100 |
Color Harmonies of #9CA739
Complementary color
Monochromatic Colors of #9CA739
Black with #9CA739
Text Example
Text Example
White with #9CA739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA739; }
p { color: rgb(156,167,57); }
H1.HeaderClassName
{
color: #9CA739;
}
.AnyTagClassName
{
color: #9CA739;
}
</style>
background-color css
<style>
a { background-color: #9CA739; }
a { background-color: rgb(156,167,57); }
div.DivClassName
{
background-color: #9CA739;
}
.BgClassName
{
background-color: #9CA739;
}
</style>
border-color css
<style>
span { border-color: #9CA739; }
span { border-color: rgb(156,167,57); }
td.TdClassName
{
border-color: #9CA739;
}
.TagClassName
{
border-color: #9CA739;
}
</style>