Shades of Limerick #9DB335
Tints of Limerick #9DB335
RGB
CMYK
RGB Variations
Color information
#9DB335 (or 0x9DB335) is known color: Limerick. HEX triplet: 9D, B3 and 35. RGB value is (157,179,53). Sum of RGB (Red+Green+Blue) = 157+179+53=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB335 is #624CCA. Grayscale: #9E9E9E. Windows color (decimal): -6442187 or 3519389. OLE color: 3519389.
HSL color Cylindrical-coordinate representation of color #9DB335: hue angle of 70.48º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DB335 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 53 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.30 |
| HSL | 70.48º | 0.54% | 0.45% | - |
| HSV(B) | 70.48º | 0.7% | 0.7% | - |
| XYZ | 30.67 | 39.67 | 9.41 | - |
| YUV | 158.06 | 68.71 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 53 | 0.12 | 0 | 0.70 | 0.30 | 70.48 | 0.54 | 0.45 |
| Hex | 9D | B3 | 35 | C | 0 | 46 | 1E | 46 | 36 | 2D |
| Octal | 235 | 263 | 65 | 14 | 0 | 106 | 36 | 106 | 66 | 55 |
| Binary | 10011101 | 10110011 | 110101 | 1100 | 0 | 1000110 | 11110 | 1000110 | 110110 | 101101 |
Color Harmonies of #9DB335
Complementary color
Monochromatic Colors of #9DB335
Black with #9DB335
Text Example
Text Example
White with #9DB335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB335; }
p { color: rgb(157,179,53); }
H1.HeaderClassName
{
color: #9DB335;
}
.AnyTagClassName
{
color: #9DB335;
}
</style>
background-color css
<style>
a { background-color: #9DB335; }
a { background-color: rgb(157,179,53); }
div.DivClassName
{
background-color: #9DB335;
}
.BgClassName
{
background-color: #9DB335;
}
</style>
border-color css
<style>
span { border-color: #9DB335; }
span { border-color: rgb(157,179,53); }
td.TdClassName
{
border-color: #9DB335;
}
.TagClassName
{
border-color: #9DB335;
}
</style>