Shades of Limerick #99B72D
Tints of Limerick #99B72D
RGB
CMYK
RGB Variations
Color information
#99B72D (or 0x99B72D) is known color: Limerick. HEX triplet: 99, B7 and 2D. RGB value is (153,183,45). Sum of RGB (Red+Green+Blue) = 153+183+45=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #99B72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B72D is #6648D2. Grayscale: #9E9E9E. Windows color (decimal): -6703315 or 2996121. OLE color: 2996121.
HSL color Cylindrical-coordinate representation of color #99B72D: hue angle of 73.04º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99B72D is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 45 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.28 |
| HSL | 73.04º | 0.61% | 0.45% | - |
| HSV(B) | 73.04º | 0.75% | 0.72% | - |
| XYZ | 30.54 | 40.83 | 8.75 | - |
| YUV | 158.3 | 64.06 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 45 | 0.16 | 0 | 0.75 | 0.28 | 73.04 | 0.61 | 0.45 |
| Hex | 99 | B7 | 2D | 10 | 0 | 4B | 1C | 49 | 3D | 2D |
| Octal | 231 | 267 | 55 | 20 | 0 | 113 | 34 | 111 | 75 | 55 |
| Binary | 10011001 | 10110111 | 101101 | 10000 | 0 | 1001011 | 11100 | 1001001 | 111101 | 101101 |
Color Harmonies of #99B72D
Complementary color
Monochromatic Colors of #99B72D
Black with #99B72D
Text Example
Text Example
White with #99B72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B72D; }
p { color: rgb(153,183,45); }
H1.HeaderClassName
{
color: #99B72D;
}
.AnyTagClassName
{
color: #99B72D;
}
</style>
background-color css
<style>
a { background-color: #99B72D; }
a { background-color: rgb(153,183,45); }
div.DivClassName
{
background-color: #99B72D;
}
.BgClassName
{
background-color: #99B72D;
}
</style>
border-color css
<style>
span { border-color: #99B72D; }
span { border-color: rgb(153,183,45); }
td.TdClassName
{
border-color: #99B72D;
}
.TagClassName
{
border-color: #99B72D;
}
</style>