Shades of Limerick #93A927
Tints of Limerick #93A927
RGB
CMYK
RGB Variations
Color information
#93A927 (or 0x93A927) is known color: Limerick. HEX triplet: 93, A9 and 27. RGB value is (147,169,39). Sum of RGB (Red+Green+Blue) = 147+169+39=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #93A927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A927 is #6C56D8. Grayscale: #949494. Windows color (decimal): -7100121 or 2599315. OLE color: 2599315.
HSL color Cylindrical-coordinate representation of color #93A927: hue angle of 70.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93A927 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 169 | 39 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.34 |
| HSL | 70.15º | 0.63% | 0.41% | - |
| HSV(B) | 70.15º | 0.77% | 0.66% | - |
| XYZ | 26.59 | 34.73 | 7.22 | - |
| YUV | 147.6 | 66.71 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 39 | 0.13 | 0 | 0.77 | 0.34 | 70.15 | 0.63 | 0.41 |
| Hex | 93 | A9 | 27 | D | 0 | 4D | 22 | 46 | 3E | 29 |
| Octal | 223 | 251 | 47 | 15 | 0 | 115 | 42 | 106 | 76 | 51 |
| Binary | 10010011 | 10101001 | 100111 | 1101 | 0 | 1001101 | 100010 | 1000110 | 111110 | 101001 |
Color Harmonies of #93A927
Complementary color
Monochromatic Colors of #93A927
Black with #93A927
Text Example
Text Example
White with #93A927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A927; }
p { color: rgb(147,169,39); }
H1.HeaderClassName
{
color: #93A927;
}
.AnyTagClassName
{
color: #93A927;
}
</style>
background-color css
<style>
a { background-color: #93A927; }
a { background-color: rgb(147,169,39); }
div.DivClassName
{
background-color: #93A927;
}
.BgClassName
{
background-color: #93A927;
}
</style>
border-color css
<style>
span { border-color: #93A927; }
span { border-color: rgb(147,169,39); }
td.TdClassName
{
border-color: #93A927;
}
.TagClassName
{
border-color: #93A927;
}
</style>