Shades of Limerick #99AC3C
Tints of Limerick #99AC3C
RGB
CMYK
RGB Variations
Color information
#99AC3C (or 0x99AC3C) is known color: Limerick. HEX triplet: 99, AC and 3C. RGB value is (153,172,60). Sum of RGB (Red+Green+Blue) = 153+172+60=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AC3C is #6653C3. Grayscale: #999999. Windows color (decimal): -6706116 or 3976345. OLE color: 3976345.
HSL color Cylindrical-coordinate representation of color #99AC3C: hue angle of 70.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99AC3C is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 60 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.33 |
| HSL | 70.18º | 0.48% | 0.45% | - |
| HSV(B) | 70.18º | 0.65% | 0.67% | - |
| XYZ | 28.71 | 36.6 | 9.83 | - |
| YUV | 153.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 60 | 0.11 | 0 | 0.65 | 0.33 | 70.18 | 0.48 | 0.45 |
| Hex | 99 | AC | 3C | B | 0 | 41 | 21 | 46 | 30 | 2D |
| Octal | 231 | 254 | 74 | 13 | 0 | 101 | 41 | 106 | 60 | 55 |
| Binary | 10011001 | 10101100 | 111100 | 1011 | 0 | 1000001 | 100001 | 1000110 | 110000 | 101101 |
Color Harmonies of #99AC3C
Complementary color
Monochromatic Colors of #99AC3C
Black with #99AC3C
Text Example
Text Example
White with #99AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC3C; }
p { color: rgb(153,172,60); }
H1.HeaderClassName
{
color: #99AC3C;
}
.AnyTagClassName
{
color: #99AC3C;
}
</style>
background-color css
<style>
a { background-color: #99AC3C; }
a { background-color: rgb(153,172,60); }
div.DivClassName
{
background-color: #99AC3C;
}
.BgClassName
{
background-color: #99AC3C;
}
</style>
border-color css
<style>
span { border-color: #99AC3C; }
span { border-color: rgb(153,172,60); }
td.TdClassName
{
border-color: #99AC3C;
}
.TagClassName
{
border-color: #99AC3C;
}
</style>