Shades of Limerick #9DB232
Tints of Limerick #9DB232
RGB
CMYK
RGB Variations
Color information
#9DB232 (or 0x9DB232) is known color: Limerick. HEX triplet: 9D, B2 and 32. RGB value is (157,178,50). Sum of RGB (Red+Green+Blue) = 157+178+50=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB232 is #624DCD. Grayscale: #9D9D9D. Windows color (decimal): -6442446 or 3322525. OLE color: 3322525.
HSL color Cylindrical-coordinate representation of color #9DB232: hue angle of 69.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DB232 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 50 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.30 |
| HSL | 69.84º | 0.56% | 0.45% | - |
| HSV(B) | 69.84º | 0.72% | 0.7% | - |
| XYZ | 30.4 | 39.24 | 8.99 | - |
| YUV | 157.13 | 67.54 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 50 | 0.12 | 0 | 0.72 | 0.30 | 69.84 | 0.56 | 0.45 |
| Hex | 9D | B2 | 32 | C | 0 | 48 | 1E | 46 | 38 | 2D |
| Octal | 235 | 262 | 62 | 14 | 0 | 110 | 36 | 106 | 70 | 55 |
| Binary | 10011101 | 10110010 | 110010 | 1100 | 0 | 1001000 | 11110 | 1000110 | 111000 | 101101 |
Color Harmonies of #9DB232
Complementary color
Monochromatic Colors of #9DB232
Black with #9DB232
Text Example
Text Example
White with #9DB232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB232; }
p { color: rgb(157,178,50); }
H1.HeaderClassName
{
color: #9DB232;
}
.AnyTagClassName
{
color: #9DB232;
}
</style>
background-color css
<style>
a { background-color: #9DB232; }
a { background-color: rgb(157,178,50); }
div.DivClassName
{
background-color: #9DB232;
}
.BgClassName
{
background-color: #9DB232;
}
</style>
border-color css
<style>
span { border-color: #9DB232; }
span { border-color: rgb(157,178,50); }
td.TdClassName
{
border-color: #9DB232;
}
.TagClassName
{
border-color: #9DB232;
}
</style>