Shades of Limerick #99AB2C
Tints of Limerick #99AB2C
RGB
CMYK
RGB Variations
Color information
#99AB2C (or 0x99AB2C) is known color: Limerick. HEX triplet: 99, AB and 2C. RGB value is (153,171,44). Sum of RGB (Red+Green+Blue) = 153+171+44=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AB2C is #6654D3. Grayscale: #979797. Windows color (decimal): -6706388 or 2927513. OLE color: 2927513.
HSL color Cylindrical-coordinate representation of color #99AB2C: hue angle of 68.5º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99AB2C is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 44 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.33 |
| HSL | 68.5º | 0.59% | 0.42% | - |
| HSV(B) | 68.5º | 0.74% | 0.67% | - |
| XYZ | 28.15 | 36.08 | 7.86 | - |
| YUV | 151.14 | 67.54 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 44 | 0.11 | 0 | 0.74 | 0.33 | 68.5 | 0.59 | 0.42 |
| Hex | 99 | AB | 2C | B | 0 | 4A | 21 | 45 | 3B | 2A |
| Octal | 231 | 253 | 54 | 13 | 0 | 112 | 41 | 105 | 73 | 52 |
| Binary | 10011001 | 10101011 | 101100 | 1011 | 0 | 1001010 | 100001 | 1000101 | 111011 | 101010 |
Color Harmonies of #99AB2C
Complementary color
Monochromatic Colors of #99AB2C
Black with #99AB2C
Text Example
Text Example
White with #99AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB2C; }
p { color: rgb(153,171,44); }
H1.HeaderClassName
{
color: #99AB2C;
}
.AnyTagClassName
{
color: #99AB2C;
}
</style>
background-color css
<style>
a { background-color: #99AB2C; }
a { background-color: rgb(153,171,44); }
div.DivClassName
{
background-color: #99AB2C;
}
.BgClassName
{
background-color: #99AB2C;
}
</style>
border-color css
<style>
span { border-color: #99AB2C; }
span { border-color: rgb(153,171,44); }
td.TdClassName
{
border-color: #99AB2C;
}
.TagClassName
{
border-color: #99AB2C;
}
</style>