Shades of Limerick #93AD32
Tints of Limerick #93AD32
RGB
CMYK
RGB Variations
Color information
#93AD32 (or 0x93AD32) is known color: Limerick. HEX triplet: 93, AD and 32. RGB value is (147,173,50). Sum of RGB (Red+Green+Blue) = 147+173+50=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AD32 is #6C52CD. Grayscale: #979797. Windows color (decimal): -7099086 or 3321235. OLE color: 3321235.
HSL color Cylindrical-coordinate representation of color #93AD32: hue angle of 72.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93AD32 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 173 | 50 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.32 |
| HSL | 72.68º | 0.55% | 0.44% | - |
| HSV(B) | 72.68º | 0.71% | 0.68% | - |
| XYZ | 27.55 | 36.32 | 8.58 | - |
| YUV | 151.2 | 70.89 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 50 | 0.15 | 0 | 0.71 | 0.32 | 72.68 | 0.55 | 0.44 |
| Hex | 93 | AD | 32 | F | 0 | 47 | 20 | 49 | 37 | 2C |
| Octal | 223 | 255 | 62 | 17 | 0 | 107 | 40 | 111 | 67 | 54 |
| Binary | 10010011 | 10101101 | 110010 | 1111 | 0 | 1000111 | 100000 | 1001001 | 110111 | 101100 |
Color Harmonies of #93AD32
Complementary color
Monochromatic Colors of #93AD32
Black with #93AD32
Text Example
Text Example
White with #93AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AD32; }
p { color: rgb(147,173,50); }
H1.HeaderClassName
{
color: #93AD32;
}
.AnyTagClassName
{
color: #93AD32;
}
</style>
background-color css
<style>
a { background-color: #93AD32; }
a { background-color: rgb(147,173,50); }
div.DivClassName
{
background-color: #93AD32;
}
.BgClassName
{
background-color: #93AD32;
}
</style>
border-color css
<style>
span { border-color: #93AD32; }
span { border-color: rgb(147,173,50); }
td.TdClassName
{
border-color: #93AD32;
}
.TagClassName
{
border-color: #93AD32;
}
</style>