Shades of Limerick #99B42E
Tints of Limerick #99B42E
RGB
CMYK
RGB Variations
Color information
#99B42E (or 0x99B42E) is known color: Limerick. HEX triplet: 99, B4 and 2E. RGB value is (153,180,46). Sum of RGB (Red+Green+Blue) = 153+180+46=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #99B42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B42E is #664BD1. Grayscale: #9D9D9D. Windows color (decimal): -6704082 or 3060889. OLE color: 3060889.
HSL color Cylindrical-coordinate representation of color #99B42E: hue angle of 72.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99B42E is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 46 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.29 |
| HSL | 72.09º | 0.59% | 0.44% | - |
| HSV(B) | 72.09º | 0.74% | 0.71% | - |
| XYZ | 29.95 | 39.61 | 8.65 | - |
| YUV | 156.65 | 65.55 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 46 | 0.15 | 0 | 0.74 | 0.29 | 72.09 | 0.59 | 0.44 |
| Hex | 99 | B4 | 2E | F | 0 | 4A | 1D | 48 | 3B | 2C |
| Octal | 231 | 264 | 56 | 17 | 0 | 112 | 35 | 110 | 73 | 54 |
| Binary | 10011001 | 10110100 | 101110 | 1111 | 0 | 1001010 | 11101 | 1001000 | 111011 | 101100 |
Color Harmonies of #99B42E
Complementary color
Monochromatic Colors of #99B42E
Black with #99B42E
Text Example
Text Example
White with #99B42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B42E; }
p { color: rgb(153,180,46); }
H1.HeaderClassName
{
color: #99B42E;
}
.AnyTagClassName
{
color: #99B42E;
}
</style>
background-color css
<style>
a { background-color: #99B42E; }
a { background-color: rgb(153,180,46); }
div.DivClassName
{
background-color: #99B42E;
}
.BgClassName
{
background-color: #99B42E;
}
</style>
border-color css
<style>
span { border-color: #99B42E; }
span { border-color: rgb(153,180,46); }
td.TdClassName
{
border-color: #99B42E;
}
.TagClassName
{
border-color: #99B42E;
}
</style>