Shades of Limerick #9DB438
Tints of Limerick #9DB438
RGB
CMYK
RGB Variations
Color information
#9DB438 (or 0x9DB438) is known color: Limerick. HEX triplet: 9D, B4 and 38. RGB value is (157,180,56). Sum of RGB (Red+Green+Blue) = 157+180+56=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB438 is #624BC7. Grayscale: #9F9F9F. Windows color (decimal): -6441928 or 3716253. OLE color: 3716253.
HSL color Cylindrical-coordinate representation of color #9DB438: hue angle of 71.13º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DB438 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 56 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.29 |
| HSL | 71.13º | 0.53% | 0.46% | - |
| HSV(B) | 71.13º | 0.69% | 0.71% | - |
| XYZ | 30.94 | 40.1 | 9.85 | - |
| YUV | 158.99 | 69.88 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 56 | 0.13 | 0 | 0.69 | 0.29 | 71.13 | 0.53 | 0.46 |
| Hex | 9D | B4 | 38 | D | 0 | 45 | 1D | 47 | 35 | 2E |
| Octal | 235 | 264 | 70 | 15 | 0 | 105 | 35 | 107 | 65 | 56 |
| Binary | 10011101 | 10110100 | 111000 | 1101 | 0 | 1000101 | 11101 | 1000111 | 110101 | 101110 |
Color Harmonies of #9DB438
Complementary color
Monochromatic Colors of #9DB438
Black with #9DB438
Text Example
Text Example
White with #9DB438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB438; }
p { color: rgb(157,180,56); }
H1.HeaderClassName
{
color: #9DB438;
}
.AnyTagClassName
{
color: #9DB438;
}
</style>
background-color css
<style>
a { background-color: #9DB438; }
a { background-color: rgb(157,180,56); }
div.DivClassName
{
background-color: #9DB438;
}
.BgClassName
{
background-color: #9DB438;
}
</style>
border-color css
<style>
span { border-color: #9DB438; }
span { border-color: rgb(157,180,56); }
td.TdClassName
{
border-color: #9DB438;
}
.TagClassName
{
border-color: #9DB438;
}
</style>