Shades of Limerick #99AB37
Tints of Limerick #99AB37
RGB
CMYK
RGB Variations
Color information
#99AB37 (or 0x99AB37) is known color: Limerick. HEX triplet: 99, AB and 37. RGB value is (153,171,55). Sum of RGB (Red+Green+Blue) = 153+171+55=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AB37 is #6654C8. Grayscale: #989898. Windows color (decimal): -6706377 or 3648409. OLE color: 3648409.
HSL color Cylindrical-coordinate representation of color #99AB37: hue angle of 69.31º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99AB37 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 55 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.33 |
| HSL | 69.31º | 0.51% | 0.44% | - |
| HSV(B) | 69.31º | 0.68% | 0.67% | - |
| XYZ | 28.39 | 36.17 | 9.1 | - |
| YUV | 152.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 55 | 0.11 | 0 | 0.68 | 0.33 | 69.31 | 0.51 | 0.44 |
| Hex | 99 | AB | 37 | B | 0 | 44 | 21 | 45 | 33 | 2C |
| Octal | 231 | 253 | 67 | 13 | 0 | 104 | 41 | 105 | 63 | 54 |
| Binary | 10011001 | 10101011 | 110111 | 1011 | 0 | 1000100 | 100001 | 1000101 | 110011 | 101100 |
Color Harmonies of #99AB37
Complementary color
Monochromatic Colors of #99AB37
Black with #99AB37
Text Example
Text Example
White with #99AB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB37; }
p { color: rgb(153,171,55); }
H1.HeaderClassName
{
color: #99AB37;
}
.AnyTagClassName
{
color: #99AB37;
}
</style>
background-color css
<style>
a { background-color: #99AB37; }
a { background-color: rgb(153,171,55); }
div.DivClassName
{
background-color: #99AB37;
}
.BgClassName
{
background-color: #99AB37;
}
</style>
border-color css
<style>
span { border-color: #99AB37; }
span { border-color: rgb(153,171,55); }
td.TdClassName
{
border-color: #99AB37;
}
.TagClassName
{
border-color: #99AB37;
}
</style>