Shades of Limerick #9CAB32
Tints of Limerick #9CAB32
RGB
CMYK
RGB Variations
Color information
#9CAB32 (or 0x9CAB32) is known color: Limerick. HEX triplet: 9C, AB and 32. RGB value is (156,171,50). Sum of RGB (Red+Green+Blue) = 156+171+50=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAB32 is #6354CD. Grayscale: #999999. Windows color (decimal): -6509774 or 3320732. OLE color: 3320732.
HSL color Cylindrical-coordinate representation of color #9CAB32: hue angle of 67.44º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9CAB32 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 171 | 50 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.33 |
| HSL | 67.44º | 0.55% | 0.43% | - |
| HSV(B) | 67.44º | 0.71% | 0.67% | - |
| XYZ | 28.85 | 36.42 | 8.53 | - |
| YUV | 152.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 50 | 0.09 | 0 | 0.71 | 0.33 | 67.44 | 0.55 | 0.43 |
| Hex | 9C | AB | 32 | 9 | 0 | 47 | 21 | 43 | 37 | 2B |
| Octal | 234 | 253 | 62 | 11 | 0 | 107 | 41 | 103 | 67 | 53 |
| Binary | 10011100 | 10101011 | 110010 | 1001 | 0 | 1000111 | 100001 | 1000011 | 110111 | 101011 |
Color Harmonies of #9CAB32
Complementary color
Monochromatic Colors of #9CAB32
Black with #9CAB32
Text Example
Text Example
White with #9CAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAB32; }
p { color: rgb(156,171,50); }
H1.HeaderClassName
{
color: #9CAB32;
}
.AnyTagClassName
{
color: #9CAB32;
}
</style>
background-color css
<style>
a { background-color: #9CAB32; }
a { background-color: rgb(156,171,50); }
div.DivClassName
{
background-color: #9CAB32;
}
.BgClassName
{
background-color: #9CAB32;
}
</style>
border-color css
<style>
span { border-color: #9CAB32; }
span { border-color: rgb(156,171,50); }
td.TdClassName
{
border-color: #9CAB32;
}
.TagClassName
{
border-color: #9CAB32;
}
</style>