Shades of Limerick #99AC32
Tints of Limerick #99AC32
RGB
CMYK
RGB Variations
Color information
#99AC32 (or 0x99AC32) is known color: Limerick. HEX triplet: 99, AC and 32. RGB value is (153,172,50). Sum of RGB (Red+Green+Blue) = 153+172+50=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AC32 is #6653CD. Grayscale: #989898. Windows color (decimal): -6706126 or 3320985. OLE color: 3320985.
HSL color Cylindrical-coordinate representation of color #99AC32: hue angle of 69.34º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99AC32 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 50 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.33 |
| HSL | 69.34º | 0.55% | 0.44% | - |
| HSV(B) | 69.34º | 0.71% | 0.67% | - |
| XYZ | 28.47 | 36.51 | 8.56 | - |
| YUV | 152.41 | 70.21 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 50 | 0.11 | 0 | 0.71 | 0.33 | 69.34 | 0.55 | 0.44 |
| Hex | 99 | AC | 32 | B | 0 | 47 | 21 | 45 | 37 | 2C |
| Octal | 231 | 254 | 62 | 13 | 0 | 107 | 41 | 105 | 67 | 54 |
| Binary | 10011001 | 10101100 | 110010 | 1011 | 0 | 1000111 | 100001 | 1000101 | 110111 | 101100 |
Color Harmonies of #99AC32
Complementary color
Monochromatic Colors of #99AC32
Black with #99AC32
Text Example
Text Example
White with #99AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC32; }
p { color: rgb(153,172,50); }
H1.HeaderClassName
{
color: #99AC32;
}
.AnyTagClassName
{
color: #99AC32;
}
</style>
background-color css
<style>
a { background-color: #99AC32; }
a { background-color: rgb(153,172,50); }
div.DivClassName
{
background-color: #99AC32;
}
.BgClassName
{
background-color: #99AC32;
}
</style>
border-color css
<style>
span { border-color: #99AC32; }
span { border-color: rgb(153,172,50); }
td.TdClassName
{
border-color: #99AC32;
}
.TagClassName
{
border-color: #99AC32;
}
</style>