Shades of Limerick #9DB32D
Tints of Limerick #9DB32D
RGB
CMYK
RGB Variations
Color information
#9DB32D (or 0x9DB32D) is known color: Limerick. HEX triplet: 9D, B3 and 2D. RGB value is (157,179,45). Sum of RGB (Red+Green+Blue) = 157+179+45=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB32D is #624CD2. Grayscale: #9D9D9D. Windows color (decimal): -6442195 or 2995101. OLE color: 2995101.
HSL color Cylindrical-coordinate representation of color #9DB32D: hue angle of 69.85º degrees, saturation: 0.6, 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 #9DB32D is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 45 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.30 |
| HSL | 69.85º | 0.6% | 0.44% | - |
| HSV(B) | 69.85º | 0.75% | 0.7% | - |
| XYZ | 30.5 | 39.6 | 8.52 | - |
| YUV | 157.15 | 64.71 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 45 | 0.12 | 0 | 0.75 | 0.30 | 69.85 | 0.6 | 0.44 |
| Hex | 9D | B3 | 2D | C | 0 | 4B | 1E | 46 | 3C | 2C |
| Octal | 235 | 263 | 55 | 14 | 0 | 113 | 36 | 106 | 74 | 54 |
| Binary | 10011101 | 10110011 | 101101 | 1100 | 0 | 1001011 | 11110 | 1000110 | 111100 | 101100 |
Color Harmonies of #9DB32D
Complementary color
Monochromatic Colors of #9DB32D
Black with #9DB32D
Text Example
Text Example
White with #9DB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB32D; }
p { color: rgb(157,179,45); }
H1.HeaderClassName
{
color: #9DB32D;
}
.AnyTagClassName
{
color: #9DB32D;
}
</style>
background-color css
<style>
a { background-color: #9DB32D; }
a { background-color: rgb(157,179,45); }
div.DivClassName
{
background-color: #9DB32D;
}
.BgClassName
{
background-color: #9DB32D;
}
</style>
border-color css
<style>
span { border-color: #9DB32D; }
span { border-color: rgb(157,179,45); }
td.TdClassName
{
border-color: #9DB32D;
}
.TagClassName
{
border-color: #9DB32D;
}
</style>