Shades of Limerick #9CA936
Tints of Limerick #9CA936
RGB
CMYK
RGB Variations
Color information
#9CA936 (or 0x9CA936) is known color: Limerick. HEX triplet: 9C, A9 and 36. RGB value is (156,169,54). Sum of RGB (Red+Green+Blue) = 156+169+54=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA936 is #6356C9. Grayscale: #989898. Windows color (decimal): -6510282 or 3582364. OLE color: 3582364.
HSL color Cylindrical-coordinate representation of color #9CA936: hue angle of 66.78º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CA936 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 169 | 54 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.34 |
| HSL | 66.78º | 0.52% | 0.44% | - |
| HSV(B) | 66.78º | 0.68% | 0.66% | - |
| XYZ | 28.56 | 35.71 | 8.88 | - |
| YUV | 152 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 54 | 0.08 | 0 | 0.68 | 0.34 | 66.78 | 0.52 | 0.44 |
| Hex | 9C | A9 | 36 | 8 | 0 | 44 | 22 | 43 | 34 | 2C |
| Octal | 234 | 251 | 66 | 10 | 0 | 104 | 42 | 103 | 64 | 54 |
| Binary | 10011100 | 10101001 | 110110 | 1000 | 0 | 1000100 | 100010 | 1000011 | 110100 | 101100 |
Color Harmonies of #9CA936
Complementary color
Monochromatic Colors of #9CA936
Black with #9CA936
Text Example
Text Example
White with #9CA936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA936; }
p { color: rgb(156,169,54); }
H1.HeaderClassName
{
color: #9CA936;
}
.AnyTagClassName
{
color: #9CA936;
}
</style>
background-color css
<style>
a { background-color: #9CA936; }
a { background-color: rgb(156,169,54); }
div.DivClassName
{
background-color: #9CA936;
}
.BgClassName
{
background-color: #9CA936;
}
</style>
border-color css
<style>
span { border-color: #9CA936; }
span { border-color: rgb(156,169,54); }
td.TdClassName
{
border-color: #9CA936;
}
.TagClassName
{
border-color: #9CA936;
}
</style>