Shades of Limerick #99AA31
Tints of Limerick #99AA31
RGB
CMYK
RGB Variations
Color information
#99AA31 (or 0x99AA31) is known color: Limerick. HEX triplet: 99, AA and 31. RGB value is (153,170,49). Sum of RGB (Red+Green+Blue) = 153+170+49=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AA31 is #6655CE. Grayscale: #979797. Windows color (decimal): -6706639 or 3254937. OLE color: 3254937.
HSL color Cylindrical-coordinate representation of color #99AA31: hue angle of 68.43º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99AA31 is Cyan = 0.1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 49 | - |
| CMYK | 0.1 | 0 | 0.71 | 0.33 |
| HSL | 68.43º | 0.55% | 0.43% | - |
| HSV(B) | 68.43º | 0.71% | 0.67% | - |
| XYZ | 28.07 | 35.74 | 8.33 | - |
| YUV | 151.12 | 70.37 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 49 | 0.1 | 0 | 0.71 | 0.33 | 68.43 | 0.55 | 0.43 |
| Hex | 99 | AA | 31 | A | 0 | 47 | 21 | 44 | 37 | 2B |
| Octal | 231 | 252 | 61 | 12 | 0 | 107 | 41 | 104 | 67 | 53 |
| Binary | 10011001 | 10101010 | 110001 | 1010 | 0 | 1000111 | 100001 | 1000100 | 110111 | 101011 |
Color Harmonies of #99AA31
Complementary color
Monochromatic Colors of #99AA31
Black with #99AA31
Text Example
Text Example
White with #99AA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA31; }
p { color: rgb(153,170,49); }
H1.HeaderClassName
{
color: #99AA31;
}
.AnyTagClassName
{
color: #99AA31;
}
</style>
background-color css
<style>
a { background-color: #99AA31; }
a { background-color: rgb(153,170,49); }
div.DivClassName
{
background-color: #99AA31;
}
.BgClassName
{
background-color: #99AA31;
}
</style>
border-color css
<style>
span { border-color: #99AA31; }
span { border-color: rgb(153,170,49); }
td.TdClassName
{
border-color: #99AA31;
}
.TagClassName
{
border-color: #99AA31;
}
</style>