Shades of Limerick #9CAB40
Tints of Limerick #9CAB40
RGB
CMYK
RGB Variations
Color information
#9CAB40 (or 0x9CAB40) is known color: Limerick. HEX triplet: 9C, AB and 40. RGB value is (156,171,64). Sum of RGB (Red+Green+Blue) = 156+171+64=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAB40 is #6354BF. Grayscale: #9A9A9A. Windows color (decimal): -6509760 or 4238236. OLE color: 4238236.
HSL color Cylindrical-coordinate representation of color #9CAB40: hue angle of 68.41º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CAB40 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 171 | 64 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.33 |
| HSL | 68.41º | 0.46% | 0.46% | - |
| HSV(B) | 68.41º | 0.63% | 0.67% | - |
| XYZ | 29.2 | 36.56 | 10.37 | - |
| YUV | 154.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 64 | 0.09 | 0 | 0.63 | 0.33 | 68.41 | 0.46 | 0.46 |
| Hex | 9C | AB | 40 | 9 | 0 | 3F | 21 | 44 | 2E | 2E |
| Octal | 234 | 253 | 100 | 11 | 0 | 77 | 41 | 104 | 56 | 56 |
| Binary | 10011100 | 10101011 | 1000000 | 1001 | 0 | 111111 | 100001 | 1000100 | 101110 | 101110 |
Color Harmonies of #9CAB40
Complementary color
Monochromatic Colors of #9CAB40
Black with #9CAB40
Text Example
Text Example
White with #9CAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAB40; }
p { color: rgb(156,171,64); }
H1.HeaderClassName
{
color: #9CAB40;
}
.AnyTagClassName
{
color: #9CAB40;
}
</style>
background-color css
<style>
a { background-color: #9CAB40; }
a { background-color: rgb(156,171,64); }
div.DivClassName
{
background-color: #9CAB40;
}
.BgClassName
{
background-color: #9CAB40;
}
</style>
border-color css
<style>
span { border-color: #9CAB40; }
span { border-color: rgb(156,171,64); }
td.TdClassName
{
border-color: #9CAB40;
}
.TagClassName
{
border-color: #9CAB40;
}
</style>