Shades of Limerick #9CA738
Tints of Limerick #9CA738
RGB
CMYK
RGB Variations
Color information
#9CA738 (or 0x9CA738) is known color: Limerick. HEX triplet: 9C, A7 and 38. RGB value is (156,167,56). Sum of RGB (Red+Green+Blue) = 156+167+56=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA738 is #6358C7. Grayscale: #979797. Windows color (decimal): -6510792 or 3712924. OLE color: 3712924.
HSL color Cylindrical-coordinate representation of color #9CA738: hue angle of 65.95º degrees, saturation: 0.5, 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 #9CA738 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 167 | 56 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.35 |
| HSL | 65.95º | 0.5% | 0.44% | - |
| HSV(B) | 65.95º | 0.66% | 0.65% | - |
| XYZ | 28.24 | 34.99 | 9.01 | - |
| YUV | 151.06 | 74.36 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 56 | 0.07 | 0 | 0.66 | 0.35 | 65.95 | 0.5 | 0.44 |
| Hex | 9C | A7 | 38 | 7 | 0 | 42 | 23 | 42 | 32 | 2C |
| Octal | 234 | 247 | 70 | 7 | 0 | 102 | 43 | 102 | 62 | 54 |
| Binary | 10011100 | 10100111 | 111000 | 111 | 0 | 1000010 | 100011 | 1000010 | 110010 | 101100 |
Color Harmonies of #9CA738
Complementary color
Monochromatic Colors of #9CA738
Black with #9CA738
Text Example
Text Example
White with #9CA738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA738; }
p { color: rgb(156,167,56); }
H1.HeaderClassName
{
color: #9CA738;
}
.AnyTagClassName
{
color: #9CA738;
}
</style>
background-color css
<style>
a { background-color: #9CA738; }
a { background-color: rgb(156,167,56); }
div.DivClassName
{
background-color: #9CA738;
}
.BgClassName
{
background-color: #9CA738;
}
</style>
border-color css
<style>
span { border-color: #9CA738; }
span { border-color: rgb(156,167,56); }
td.TdClassName
{
border-color: #9CA738;
}
.TagClassName
{
border-color: #9CA738;
}
</style>