Shades of Limerick #9DB32B
Tints of Limerick #9DB32B
RGB
CMYK
RGB Variations
Color information
#9DB32B (or 0x9DB32B) is known color: Limerick. HEX triplet: 9D, B3 and 2B. RGB value is (157,179,43). Sum of RGB (Red+Green+Blue) = 157+179+43=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB32B is #624CD4. Grayscale: #9D9D9D. Windows color (decimal): -6442197 or 2864029. OLE color: 2864029.
HSL color Cylindrical-coordinate representation of color #9DB32B: hue angle of 69.71º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9DB32B is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 43 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.30 |
| HSL | 69.71º | 0.61% | 0.44% | - |
| HSV(B) | 69.71º | 0.76% | 0.7% | - |
| XYZ | 30.46 | 39.58 | 8.32 | - |
| YUV | 156.92 | 63.71 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 43 | 0.12 | 0 | 0.76 | 0.30 | 69.71 | 0.61 | 0.44 |
| Hex | 9D | B3 | 2B | C | 0 | 4C | 1E | 46 | 3D | 2C |
| Octal | 235 | 263 | 53 | 14 | 0 | 114 | 36 | 106 | 75 | 54 |
| Binary | 10011101 | 10110011 | 101011 | 1100 | 0 | 1001100 | 11110 | 1000110 | 111101 | 101100 |
Color Harmonies of #9DB32B
Complementary color
Monochromatic Colors of #9DB32B
Black with #9DB32B
Text Example
Text Example
White with #9DB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB32B; }
p { color: rgb(157,179,43); }
H1.HeaderClassName
{
color: #9DB32B;
}
.AnyTagClassName
{
color: #9DB32B;
}
</style>
background-color css
<style>
a { background-color: #9DB32B; }
a { background-color: rgb(157,179,43); }
div.DivClassName
{
background-color: #9DB32B;
}
.BgClassName
{
background-color: #9DB32B;
}
</style>
border-color css
<style>
span { border-color: #9DB32B; }
span { border-color: rgb(157,179,43); }
td.TdClassName
{
border-color: #9DB32B;
}
.TagClassName
{
border-color: #9DB32B;
}
</style>