Shades of Limerick #99A931
Tints of Limerick #99A931
RGB
CMYK
RGB Variations
Color information
#99A931 (or 0x99A931) is known color: Limerick. HEX triplet: 99, A9 and 31. RGB value is (153,169,49). Sum of RGB (Red+Green+Blue) = 153+169+49=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #99A931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A931 is #6656CE. Grayscale: #969696. Windows color (decimal): -6706895 or 3254681. OLE color: 3254681.
HSL color Cylindrical-coordinate representation of color #99A931: hue angle of 68º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99A931 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 169 | 49 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.34 |
| HSL | 68º | 0.55% | 0.43% | - |
| HSV(B) | 68º | 0.71% | 0.66% | - |
| XYZ | 27.88 | 35.37 | 8.26 | - |
| YUV | 150.54 | 70.7 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 49 | 0.09 | 0 | 0.71 | 0.34 | 68 | 0.55 | 0.43 |
| Hex | 99 | A9 | 31 | 9 | 0 | 47 | 22 | 44 | 37 | 2B |
| Octal | 231 | 251 | 61 | 11 | 0 | 107 | 42 | 104 | 67 | 53 |
| Binary | 10011001 | 10101001 | 110001 | 1001 | 0 | 1000111 | 100010 | 1000100 | 110111 | 101011 |
Color Harmonies of #99A931
Complementary color
Monochromatic Colors of #99A931
Black with #99A931
Text Example
Text Example
White with #99A931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A931; }
p { color: rgb(153,169,49); }
H1.HeaderClassName
{
color: #99A931;
}
.AnyTagClassName
{
color: #99A931;
}
</style>
background-color css
<style>
a { background-color: #99A931; }
a { background-color: rgb(153,169,49); }
div.DivClassName
{
background-color: #99A931;
}
.BgClassName
{
background-color: #99A931;
}
</style>
border-color css
<style>
span { border-color: #99A931; }
span { border-color: rgb(153,169,49); }
td.TdClassName
{
border-color: #99A931;
}
.TagClassName
{
border-color: #99A931;
}
</style>