Shades of Limerick #93AB34
Tints of Limerick #93AB34
RGB
CMYK
RGB Variations
Color information
#93AB34 (or 0x93AB34) is known color: Limerick. HEX triplet: 93, AB and 34. RGB value is (147,171,52). Sum of RGB (Red+Green+Blue) = 147+171+52=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AB34 is #6C54CB. Grayscale: #969696. Windows color (decimal): -7099596 or 3451795. OLE color: 3451795.
HSL color Cylindrical-coordinate representation of color #93AB34: hue angle of 72.1º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93AB34 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 171 | 52 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.33 |
| HSL | 72.1º | 0.53% | 0.44% | - |
| HSV(B) | 72.1º | 0.7% | 0.67% | - |
| XYZ | 27.22 | 35.58 | 8.68 | - |
| YUV | 150.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 52 | 0.14 | 0 | 0.70 | 0.33 | 72.1 | 0.53 | 0.44 |
| Hex | 93 | AB | 34 | E | 0 | 46 | 21 | 48 | 35 | 2C |
| Octal | 223 | 253 | 64 | 16 | 0 | 106 | 41 | 110 | 65 | 54 |
| Binary | 10010011 | 10101011 | 110100 | 1110 | 0 | 1000110 | 100001 | 1001000 | 110101 | 101100 |
Color Harmonies of #93AB34
Complementary color
Monochromatic Colors of #93AB34
Black with #93AB34
Text Example
Text Example
White with #93AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AB34; }
p { color: rgb(147,171,52); }
H1.HeaderClassName
{
color: #93AB34;
}
.AnyTagClassName
{
color: #93AB34;
}
</style>
background-color css
<style>
a { background-color: #93AB34; }
a { background-color: rgb(147,171,52); }
div.DivClassName
{
background-color: #93AB34;
}
.BgClassName
{
background-color: #93AB34;
}
</style>
border-color css
<style>
span { border-color: #93AB34; }
span { border-color: rgb(147,171,52); }
td.TdClassName
{
border-color: #93AB34;
}
.TagClassName
{
border-color: #93AB34;
}
</style>