Shades of Limerick #99AB41
Tints of Limerick #99AB41
RGB
CMYK
RGB Variations
Color information
#99AB41 (or 0x99AB41) is known color: Limerick. HEX triplet: 99, AB and 41. RGB value is (153,171,65). Sum of RGB (Red+Green+Blue) = 153+171+65=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AB41 is #6654BE. Grayscale: #999999. Windows color (decimal): -6706367 or 4303769. OLE color: 4303769.
HSL color Cylindrical-coordinate representation of color #99AB41: hue angle of 70.19º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99AB41 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 65 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.33 |
| HSL | 70.19º | 0.45% | 0.46% | - |
| HSV(B) | 70.19º | 0.62% | 0.67% | - |
| XYZ | 28.65 | 36.28 | 10.49 | - |
| YUV | 153.53 | 78.04 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 65 | 0.11 | 0 | 0.62 | 0.33 | 70.19 | 0.45 | 0.46 |
| Hex | 99 | AB | 41 | B | 0 | 3E | 21 | 46 | 2D | 2E |
| Octal | 231 | 253 | 101 | 13 | 0 | 76 | 41 | 106 | 55 | 56 |
| Binary | 10011001 | 10101011 | 1000001 | 1011 | 0 | 111110 | 100001 | 1000110 | 101101 | 101110 |
Color Harmonies of #99AB41
Complementary color
Monochromatic Colors of #99AB41
Black with #99AB41
Text Example
Text Example
White with #99AB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB41; }
p { color: rgb(153,171,65); }
H1.HeaderClassName
{
color: #99AB41;
}
.AnyTagClassName
{
color: #99AB41;
}
</style>
background-color css
<style>
a { background-color: #99AB41; }
a { background-color: rgb(153,171,65); }
div.DivClassName
{
background-color: #99AB41;
}
.BgClassName
{
background-color: #99AB41;
}
</style>
border-color css
<style>
span { border-color: #99AB41; }
span { border-color: rgb(153,171,65); }
td.TdClassName
{
border-color: #99AB41;
}
.TagClassName
{
border-color: #99AB41;
}
</style>