Shades of Limerick #99B637
Tints of Limerick #99B637
RGB
CMYK
RGB Variations
Color information
#99B637 (or 0x99B637) is known color: Limerick. HEX triplet: 99, B6 and 37. RGB value is (153,182,55). Sum of RGB (Red+Green+Blue) = 153+182+55=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #99B637 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B637 is #6649C8. Grayscale: #9F9F9F. Windows color (decimal): -6703561 or 3651225. OLE color: 3651225.
HSL color Cylindrical-coordinate representation of color #99B637: hue angle of 73.7º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99B637 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 182 | 55 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.29 |
| HSL | 73.7º | 0.54% | 0.46% | - |
| HSV(B) | 73.7º | 0.7% | 0.71% | - |
| XYZ | 30.55 | 40.5 | 9.82 | - |
| YUV | 158.85 | 69.39 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 182 | 55 | 0.16 | 0 | 0.70 | 0.29 | 73.7 | 0.54 | 0.46 |
| Hex | 99 | B6 | 37 | 10 | 0 | 46 | 1D | 4A | 36 | 2E |
| Octal | 231 | 266 | 67 | 20 | 0 | 106 | 35 | 112 | 66 | 56 |
| Binary | 10011001 | 10110110 | 110111 | 10000 | 0 | 1000110 | 11101 | 1001010 | 110110 | 101110 |
Color Harmonies of #99B637
Complementary color
Monochromatic Colors of #99B637
Black with #99B637
Text Example
Text Example
White with #99B637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B637; }
p { color: rgb(153,182,55); }
H1.HeaderClassName
{
color: #99B637;
}
.AnyTagClassName
{
color: #99B637;
}
</style>
background-color css
<style>
a { background-color: #99B637; }
a { background-color: rgb(153,182,55); }
div.DivClassName
{
background-color: #99B637;
}
.BgClassName
{
background-color: #99B637;
}
</style>
border-color css
<style>
span { border-color: #99B637; }
span { border-color: rgb(153,182,55); }
td.TdClassName
{
border-color: #99B637;
}
.TagClassName
{
border-color: #99B637;
}
</style>