Shades of Limerick #99A731
Tints of Limerick #99A731
RGB
CMYK
RGB Variations
Color information
#99A731 (or 0x99A731) is known color: Limerick. HEX triplet: 99, A7 and 31. RGB value is (153,167,49). Sum of RGB (Red+Green+Blue) = 153+167+49=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 167 - color contains mainly: green. Hex color #99A731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A731 is #6658CE. Grayscale: #959595. Windows color (decimal): -6707407 or 3254169. OLE color: 3254169.
HSL color Cylindrical-coordinate representation of color #99A731: hue angle of 67.12º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99A731 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 167 | 49 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.35 |
| HSL | 67.12º | 0.55% | 0.42% | - |
| HSV(B) | 67.12º | 0.71% | 0.65% | - |
| XYZ | 27.51 | 34.63 | 8.14 | - |
| YUV | 149.36 | 71.36 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 49 | 0.08 | 0 | 0.71 | 0.35 | 67.12 | 0.55 | 0.42 |
| Hex | 99 | A7 | 31 | 8 | 0 | 47 | 23 | 43 | 37 | 2A |
| Octal | 231 | 247 | 61 | 10 | 0 | 107 | 43 | 103 | 67 | 52 |
| Binary | 10011001 | 10100111 | 110001 | 1000 | 0 | 1000111 | 100011 | 1000011 | 110111 | 101010 |
Color Harmonies of #99A731
Complementary color
Monochromatic Colors of #99A731
Black with #99A731
Text Example
Text Example
White with #99A731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A731; }
p { color: rgb(153,167,49); }
H1.HeaderClassName
{
color: #99A731;
}
.AnyTagClassName
{
color: #99A731;
}
</style>
background-color css
<style>
a { background-color: #99A731; }
a { background-color: rgb(153,167,49); }
div.DivClassName
{
background-color: #99A731;
}
.BgClassName
{
background-color: #99A731;
}
</style>
border-color css
<style>
span { border-color: #99A731; }
span { border-color: rgb(153,167,49); }
td.TdClassName
{
border-color: #99A731;
}
.TagClassName
{
border-color: #99A731;
}
</style>