Shades of Limerick #99AD32
Tints of Limerick #99AD32
RGB
CMYK
RGB Variations
Color information
#99AD32 (or 0x99AD32) is known color: Limerick. HEX triplet: 99, AD and 32. RGB value is (153,173,50). Sum of RGB (Red+Green+Blue) = 153+173+50=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AD32 is #6652CD. Grayscale: #999999. Windows color (decimal): -6705870 or 3321241. OLE color: 3321241.
HSL color Cylindrical-coordinate representation of color #99AD32: hue angle of 69.76º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99AD32 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 50 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.32 |
| HSL | 69.76º | 0.55% | 0.44% | - |
| HSV(B) | 69.76º | 0.71% | 0.68% | - |
| XYZ | 28.66 | 36.89 | 8.63 | - |
| YUV | 153 | 69.87 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 50 | 0.12 | 0 | 0.71 | 0.32 | 69.76 | 0.55 | 0.44 |
| Hex | 99 | AD | 32 | C | 0 | 47 | 20 | 46 | 37 | 2C |
| Octal | 231 | 255 | 62 | 14 | 0 | 107 | 40 | 106 | 67 | 54 |
| Binary | 10011001 | 10101101 | 110010 | 1100 | 0 | 1000111 | 100000 | 1000110 | 110111 | 101100 |
Color Harmonies of #99AD32
Complementary color
Monochromatic Colors of #99AD32
Black with #99AD32
Text Example
Text Example
White with #99AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD32; }
p { color: rgb(153,173,50); }
H1.HeaderClassName
{
color: #99AD32;
}
.AnyTagClassName
{
color: #99AD32;
}
</style>
background-color css
<style>
a { background-color: #99AD32; }
a { background-color: rgb(153,173,50); }
div.DivClassName
{
background-color: #99AD32;
}
.BgClassName
{
background-color: #99AD32;
}
</style>
border-color css
<style>
span { border-color: #99AD32; }
span { border-color: rgb(153,173,50); }
td.TdClassName
{
border-color: #99AD32;
}
.TagClassName
{
border-color: #99AD32;
}
</style>