Shades of Limerick #9CAD31
Tints of Limerick #9CAD31
RGB
CMYK
RGB Variations
Color information
#9CAD31 (or 0x9CAD31) is known color: Limerick. HEX triplet: 9C, AD and 31. RGB value is (156,173,49). Sum of RGB (Red+Green+Blue) = 156+173+49=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAD31 is #6352CE. Grayscale: #9A9A9A. Windows color (decimal): -6509263 or 3255708. OLE color: 3255708.
HSL color Cylindrical-coordinate representation of color #9CAD31: hue angle of 68.23º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CAD31 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 173 | 49 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.32 |
| HSL | 68.23º | 0.56% | 0.44% | - |
| HSV(B) | 68.23º | 0.72% | 0.68% | - |
| XYZ | 29.21 | 37.18 | 8.54 | - |
| YUV | 153.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 173 | 49 | 0.10 | 0 | 0.72 | 0.32 | 68.23 | 0.56 | 0.44 |
| Hex | 9C | AD | 31 | A | 0 | 48 | 20 | 44 | 38 | 2C |
| Octal | 234 | 255 | 61 | 12 | 0 | 110 | 40 | 104 | 70 | 54 |
| Binary | 10011100 | 10101101 | 110001 | 1010 | 0 | 1001000 | 100000 | 1000100 | 111000 | 101100 |
Color Harmonies of #9CAD31
Complementary color
Monochromatic Colors of #9CAD31
Black with #9CAD31
Text Example
Text Example
White with #9CAD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAD31; }
p { color: rgb(156,173,49); }
H1.HeaderClassName
{
color: #9CAD31;
}
.AnyTagClassName
{
color: #9CAD31;
}
</style>
background-color css
<style>
a { background-color: #9CAD31; }
a { background-color: rgb(156,173,49); }
div.DivClassName
{
background-color: #9CAD31;
}
.BgClassName
{
background-color: #9CAD31;
}
</style>
border-color css
<style>
span { border-color: #9CAD31; }
span { border-color: rgb(156,173,49); }
td.TdClassName
{
border-color: #9CAD31;
}
.TagClassName
{
border-color: #9CAD31;
}
</style>