Shades of Limerick #9DB532
Tints of Limerick #9DB532
RGB
CMYK
RGB Variations
Color information
#9DB532 (or 0x9DB532) is known color: Limerick. HEX triplet: 9D, B5 and 32. RGB value is (157,181,50). Sum of RGB (Red+Green+Blue) = 157+181+50=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB532 is #624ACD. Grayscale: #9F9F9F. Windows color (decimal): -6441678 or 3323293. OLE color: 3323293.
HSL color Cylindrical-coordinate representation of color #9DB532: hue angle of 70.99º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DB532 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 50 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.29 |
| HSL | 70.99º | 0.57% | 0.45% | - |
| HSV(B) | 70.99º | 0.72% | 0.71% | - |
| XYZ | 31 | 40.45 | 9.19 | - |
| YUV | 158.89 | 66.55 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 50 | 0.13 | 0 | 0.72 | 0.29 | 70.99 | 0.57 | 0.45 |
| Hex | 9D | B5 | 32 | D | 0 | 48 | 1D | 47 | 39 | 2D |
| Octal | 235 | 265 | 62 | 15 | 0 | 110 | 35 | 107 | 71 | 55 |
| Binary | 10011101 | 10110101 | 110010 | 1101 | 0 | 1001000 | 11101 | 1000111 | 111001 | 101101 |
Color Harmonies of #9DB532
Complementary color
Monochromatic Colors of #9DB532
Black with #9DB532
Text Example
Text Example
White with #9DB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB532; }
p { color: rgb(157,181,50); }
H1.HeaderClassName
{
color: #9DB532;
}
.AnyTagClassName
{
color: #9DB532;
}
</style>
background-color css
<style>
a { background-color: #9DB532; }
a { background-color: rgb(157,181,50); }
div.DivClassName
{
background-color: #9DB532;
}
.BgClassName
{
background-color: #9DB532;
}
</style>
border-color css
<style>
span { border-color: #9DB532; }
span { border-color: rgb(157,181,50); }
td.TdClassName
{
border-color: #9DB532;
}
.TagClassName
{
border-color: #9DB532;
}
</style>