Shades of Limerick #93AB3C
Tints of Limerick #93AB3C
RGB
CMYK
RGB Variations
Color information
#93AB3C (or 0x93AB3C) is known color: Limerick. HEX triplet: 93, AB and 3C. RGB value is (147,171,60). Sum of RGB (Red+Green+Blue) = 147+171+60=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AB3C is #6C54C3. Grayscale: #979797. Windows color (decimal): -7099588 or 3976083. OLE color: 3976083.
HSL color Cylindrical-coordinate representation of color #93AB3C: hue angle of 72.97º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93AB3C is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 171 | 60 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.33 |
| HSL | 72.97º | 0.48% | 0.45% | - |
| HSV(B) | 72.97º | 0.65% | 0.67% | - |
| XYZ | 27.41 | 35.66 | 9.71 | - |
| YUV | 151.17 | 76.55 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 60 | 0.14 | 0 | 0.65 | 0.33 | 72.97 | 0.48 | 0.45 |
| Hex | 93 | AB | 3C | E | 0 | 41 | 21 | 49 | 30 | 2D |
| Octal | 223 | 253 | 74 | 16 | 0 | 101 | 41 | 111 | 60 | 55 |
| Binary | 10010011 | 10101011 | 111100 | 1110 | 0 | 1000001 | 100001 | 1001001 | 110000 | 101101 |
Color Harmonies of #93AB3C
Complementary color
Monochromatic Colors of #93AB3C
Black with #93AB3C
Text Example
Text Example
White with #93AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AB3C; }
p { color: rgb(147,171,60); }
H1.HeaderClassName
{
color: #93AB3C;
}
.AnyTagClassName
{
color: #93AB3C;
}
</style>
background-color css
<style>
a { background-color: #93AB3C; }
a { background-color: rgb(147,171,60); }
div.DivClassName
{
background-color: #93AB3C;
}
.BgClassName
{
background-color: #93AB3C;
}
</style>
border-color css
<style>
span { border-color: #93AB3C; }
span { border-color: rgb(147,171,60); }
td.TdClassName
{
border-color: #93AB3C;
}
.TagClassName
{
border-color: #93AB3C;
}
</style>