Shades of Limerick #9DAB38
Tints of Limerick #9DAB38
RGB
CMYK
RGB Variations
Color information
#9DAB38 (or 0x9DAB38) is known color: Limerick. HEX triplet: 9D, AB and 38. RGB value is (157,171,56). Sum of RGB (Red+Green+Blue) = 157+171+56=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAB38 is #6254C7. Grayscale: #9A9A9A. Windows color (decimal): -6444232 or 3713949. OLE color: 3713949.
HSL color Cylindrical-coordinate representation of color #9DAB38: hue angle of 67.3º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DAB38 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 56 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.33 |
| HSL | 67.3º | 0.51% | 0.45% | - |
| HSV(B) | 67.3º | 0.67% | 0.67% | - |
| XYZ | 29.18 | 36.58 | 9.26 | - |
| YUV | 153.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 56 | 0.08 | 0 | 0.67 | 0.33 | 67.3 | 0.51 | 0.45 |
| Hex | 9D | AB | 38 | 8 | 0 | 43 | 21 | 43 | 33 | 2D |
| Octal | 235 | 253 | 70 | 10 | 0 | 103 | 41 | 103 | 63 | 55 |
| Binary | 10011101 | 10101011 | 111000 | 1000 | 0 | 1000011 | 100001 | 1000011 | 110011 | 101101 |
Color Harmonies of #9DAB38
Complementary color
Monochromatic Colors of #9DAB38
Black with #9DAB38
Text Example
Text Example
White with #9DAB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB38; }
p { color: rgb(157,171,56); }
H1.HeaderClassName
{
color: #9DAB38;
}
.AnyTagClassName
{
color: #9DAB38;
}
</style>
background-color css
<style>
a { background-color: #9DAB38; }
a { background-color: rgb(157,171,56); }
div.DivClassName
{
background-color: #9DAB38;
}
.BgClassName
{
background-color: #9DAB38;
}
</style>
border-color css
<style>
span { border-color: #9DAB38; }
span { border-color: rgb(157,171,56); }
td.TdClassName
{
border-color: #9DAB38;
}
.TagClassName
{
border-color: #9DAB38;
}
</style>