Shades of Limerick #99A73A
Tints of Limerick #99A73A
RGB
CMYK
RGB Variations
Color information
#99A73A (or 0x99A73A) is known color: Limerick. HEX triplet: 99, A7 and 3A. RGB value is (153,167,58). Sum of RGB (Red+Green+Blue) = 153+167+58=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 167 - color contains mainly: green. Hex color #99A73A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A73A is #6658C5. Grayscale: #969696. Windows color (decimal): -6707398 or 3843993. OLE color: 3843993.
HSL color Cylindrical-coordinate representation of color #99A73A: hue angle of 67.71º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99A73A is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 167 | 58 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.35 |
| HSL | 67.71º | 0.48% | 0.44% | - |
| HSV(B) | 67.71º | 0.65% | 0.65% | - |
| XYZ | 27.72 | 34.72 | 9.24 | - |
| YUV | 150.39 | 75.86 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 58 | 0.08 | 0 | 0.65 | 0.35 | 67.71 | 0.48 | 0.44 |
| Hex | 99 | A7 | 3A | 8 | 0 | 41 | 23 | 44 | 30 | 2C |
| Octal | 231 | 247 | 72 | 10 | 0 | 101 | 43 | 104 | 60 | 54 |
| Binary | 10011001 | 10100111 | 111010 | 1000 | 0 | 1000001 | 100011 | 1000100 | 110000 | 101100 |
Color Harmonies of #99A73A
Complementary color
Monochromatic Colors of #99A73A
Black with #99A73A
Text Example
Text Example
White with #99A73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A73A; }
p { color: rgb(153,167,58); }
H1.HeaderClassName
{
color: #99A73A;
}
.AnyTagClassName
{
color: #99A73A;
}
</style>
background-color css
<style>
a { background-color: #99A73A; }
a { background-color: rgb(153,167,58); }
div.DivClassName
{
background-color: #99A73A;
}
.BgClassName
{
background-color: #99A73A;
}
</style>
border-color css
<style>
span { border-color: #99A73A; }
span { border-color: rgb(153,167,58); }
td.TdClassName
{
border-color: #99A73A;
}
.TagClassName
{
border-color: #99A73A;
}
</style>