Shades of Limerick #99B42B
Tints of Limerick #99B42B
RGB
CMYK
RGB Variations
Color information
#99B42B (or 0x99B42B) is known color: Limerick. HEX triplet: 99, B4 and 2B. RGB value is (153,180,43). Sum of RGB (Red+Green+Blue) = 153+180+43=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #99B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B42B is #664BD4. Grayscale: #9C9C9C. Windows color (decimal): -6704085 or 2864281. OLE color: 2864281.
HSL color Cylindrical-coordinate representation of color #99B42B: hue angle of 71.82º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99B42B is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 43 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.29 |
| HSL | 71.82º | 0.61% | 0.44% | - |
| HSV(B) | 71.82º | 0.76% | 0.71% | - |
| XYZ | 29.89 | 39.59 | 8.35 | - |
| YUV | 156.31 | 64.05 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 43 | 0.15 | 0 | 0.76 | 0.29 | 71.82 | 0.61 | 0.44 |
| Hex | 99 | B4 | 2B | F | 0 | 4C | 1D | 48 | 3D | 2C |
| Octal | 231 | 264 | 53 | 17 | 0 | 114 | 35 | 110 | 75 | 54 |
| Binary | 10011001 | 10110100 | 101011 | 1111 | 0 | 1001100 | 11101 | 1001000 | 111101 | 101100 |
Color Harmonies of #99B42B
Complementary color
Monochromatic Colors of #99B42B
Black with #99B42B
Text Example
Text Example
White with #99B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B42B; }
p { color: rgb(153,180,43); }
H1.HeaderClassName
{
color: #99B42B;
}
.AnyTagClassName
{
color: #99B42B;
}
</style>
background-color css
<style>
a { background-color: #99B42B; }
a { background-color: rgb(153,180,43); }
div.DivClassName
{
background-color: #99B42B;
}
.BgClassName
{
background-color: #99B42B;
}
</style>
border-color css
<style>
span { border-color: #99B42B; }
span { border-color: rgb(153,180,43); }
td.TdClassName
{
border-color: #99B42B;
}
.TagClassName
{
border-color: #99B42B;
}
</style>