Shades of Limerick #9DB037
Tints of Limerick #9DB037
RGB
CMYK
RGB Variations
Color information
#9DB037 (or 0x9DB037) is known color: Limerick. HEX triplet: 9D, B0 and 37. RGB value is (157,176,55). Sum of RGB (Red+Green+Blue) = 157+176+55=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB037 is #624FC8. Grayscale: #9C9C9C. Windows color (decimal): -6442953 or 3649693. OLE color: 3649693.
HSL color Cylindrical-coordinate representation of color #9DB037: hue angle of 69.42º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DB037 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 55 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.31 |
| HSL | 69.42º | 0.52% | 0.45% | - |
| HSV(B) | 69.42º | 0.69% | 0.69% | - |
| XYZ | 30.12 | 38.49 | 9.46 | - |
| YUV | 156.53 | 70.71 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 55 | 0.11 | 0 | 0.69 | 0.31 | 69.42 | 0.52 | 0.45 |
| Hex | 9D | B0 | 37 | B | 0 | 45 | 1F | 45 | 34 | 2D |
| Octal | 235 | 260 | 67 | 13 | 0 | 105 | 37 | 105 | 64 | 55 |
| Binary | 10011101 | 10110000 | 110111 | 1011 | 0 | 1000101 | 11111 | 1000101 | 110100 | 101101 |
Color Harmonies of #9DB037
Complementary color
Monochromatic Colors of #9DB037
Black with #9DB037
Text Example
Text Example
White with #9DB037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB037; }
p { color: rgb(157,176,55); }
H1.HeaderClassName
{
color: #9DB037;
}
.AnyTagClassName
{
color: #9DB037;
}
</style>
background-color css
<style>
a { background-color: #9DB037; }
a { background-color: rgb(157,176,55); }
div.DivClassName
{
background-color: #9DB037;
}
.BgClassName
{
background-color: #9DB037;
}
</style>
border-color css
<style>
span { border-color: #9DB037; }
span { border-color: rgb(157,176,55); }
td.TdClassName
{
border-color: #9DB037;
}
.TagClassName
{
border-color: #9DB037;
}
</style>