Shades of Limerick #99B430
Tints of Limerick #99B430
RGB
CMYK
RGB Variations
Color information
#99B430 (or 0x99B430) is known color: Limerick. HEX triplet: 99, B4 and 30. RGB value is (153,180,48). Sum of RGB (Red+Green+Blue) = 153+180+48=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #99B430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B430 is #664BCF. Grayscale: #9D9D9D. Windows color (decimal): -6704080 or 3191961. OLE color: 3191961.
HSL color Cylindrical-coordinate representation of color #99B430: hue angle of 72.27º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99B430 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 48 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.29 |
| HSL | 72.27º | 0.58% | 0.45% | - |
| HSV(B) | 72.27º | 0.73% | 0.71% | - |
| XYZ | 29.99 | 39.63 | 8.86 | - |
| YUV | 156.88 | 66.55 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 48 | 0.15 | 0 | 0.73 | 0.29 | 72.27 | 0.58 | 0.45 |
| Hex | 99 | B4 | 30 | F | 0 | 49 | 1D | 48 | 3A | 2D |
| Octal | 231 | 264 | 60 | 17 | 0 | 111 | 35 | 110 | 72 | 55 |
| Binary | 10011001 | 10110100 | 110000 | 1111 | 0 | 1001001 | 11101 | 1001000 | 111010 | 101101 |
Color Harmonies of #99B430
Complementary color
Monochromatic Colors of #99B430
Black with #99B430
Text Example
Text Example
White with #99B430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B430; }
p { color: rgb(153,180,48); }
H1.HeaderClassName
{
color: #99B430;
}
.AnyTagClassName
{
color: #99B430;
}
</style>
background-color css
<style>
a { background-color: #99B430; }
a { background-color: rgb(153,180,48); }
div.DivClassName
{
background-color: #99B430;
}
.BgClassName
{
background-color: #99B430;
}
</style>
border-color css
<style>
span { border-color: #99B430; }
span { border-color: rgb(153,180,48); }
td.TdClassName
{
border-color: #99B430;
}
.TagClassName
{
border-color: #99B430;
}
</style>