Shades of Limerick #99B42D
Tints of Limerick #99B42D
RGB
CMYK
RGB Variations
Color information
#99B42D (or 0x99B42D) is known color: Limerick. HEX triplet: 99, B4 and 2D. RGB value is (153,180,45). Sum of RGB (Red+Green+Blue) = 153+180+45=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #99B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B42D is #664BD2. Grayscale: #9D9D9D. Windows color (decimal): -6704083 or 2995353. OLE color: 2995353.
HSL color Cylindrical-coordinate representation of color #99B42D: hue angle of 72º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99B42D is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 45 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.29 |
| HSL | 72º | 0.6% | 0.44% | - |
| HSV(B) | 72º | 0.75% | 0.71% | - |
| XYZ | 29.93 | 39.6 | 8.55 | - |
| YUV | 156.54 | 65.05 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 45 | 0.15 | 0 | 0.75 | 0.29 | 72 | 0.6 | 0.44 |
| Hex | 99 | B4 | 2D | F | 0 | 4B | 1D | 48 | 3C | 2C |
| Octal | 231 | 264 | 55 | 17 | 0 | 113 | 35 | 110 | 74 | 54 |
| Binary | 10011001 | 10110100 | 101101 | 1111 | 0 | 1001011 | 11101 | 1001000 | 111100 | 101100 |
Color Harmonies of #99B42D
Complementary color
Monochromatic Colors of #99B42D
Black with #99B42D
Text Example
Text Example
White with #99B42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B42D; }
p { color: rgb(153,180,45); }
H1.HeaderClassName
{
color: #99B42D;
}
.AnyTagClassName
{
color: #99B42D;
}
</style>
background-color css
<style>
a { background-color: #99B42D; }
a { background-color: rgb(153,180,45); }
div.DivClassName
{
background-color: #99B42D;
}
.BgClassName
{
background-color: #99B42D;
}
</style>
border-color css
<style>
span { border-color: #99B42D; }
span { border-color: rgb(153,180,45); }
td.TdClassName
{
border-color: #99B42D;
}
.TagClassName
{
border-color: #99B42D;
}
</style>