Shades of Limerick #9DB32C
Tints of Limerick #9DB32C
RGB
CMYK
RGB Variations
Color information
#9DB32C (or 0x9DB32C) is known color: Limerick. HEX triplet: 9D, B3 and 2C. RGB value is (157,179,44). Sum of RGB (Red+Green+Blue) = 157+179+44=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB32C is #624CD3. Grayscale: #9D9D9D. Windows color (decimal): -6442196 or 2929565. OLE color: 2929565.
HSL color Cylindrical-coordinate representation of color #9DB32C: hue angle of 69.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9DB32C is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 44 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.30 |
| HSL | 69.78º | 0.61% | 0.44% | - |
| HSV(B) | 69.78º | 0.75% | 0.7% | - |
| XYZ | 30.48 | 39.59 | 8.42 | - |
| YUV | 157.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 44 | 0.12 | 0 | 0.75 | 0.30 | 69.78 | 0.61 | 0.44 |
| Hex | 9D | B3 | 2C | C | 0 | 4B | 1E | 46 | 3D | 2C |
| Octal | 235 | 263 | 54 | 14 | 0 | 113 | 36 | 106 | 75 | 54 |
| Binary | 10011101 | 10110011 | 101100 | 1100 | 0 | 1001011 | 11110 | 1000110 | 111101 | 101100 |
Color Harmonies of #9DB32C
Complementary color
Monochromatic Colors of #9DB32C
Black with #9DB32C
Text Example
Text Example
White with #9DB32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB32C; }
p { color: rgb(157,179,44); }
H1.HeaderClassName
{
color: #9DB32C;
}
.AnyTagClassName
{
color: #9DB32C;
}
</style>
background-color css
<style>
a { background-color: #9DB32C; }
a { background-color: rgb(157,179,44); }
div.DivClassName
{
background-color: #9DB32C;
}
.BgClassName
{
background-color: #9DB32C;
}
</style>
border-color css
<style>
span { border-color: #9DB32C; }
span { border-color: rgb(157,179,44); }
td.TdClassName
{
border-color: #9DB32C;
}
.TagClassName
{
border-color: #9DB32C;
}
</style>