Shades of Limerick #99B137
Tints of Limerick #99B137
RGB
CMYK
RGB Variations
Color information
#99B137 (or 0x99B137) is known color: Limerick. HEX triplet: 99, B1 and 37. RGB value is (153,177,55). Sum of RGB (Red+Green+Blue) = 153+177+55=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #99B137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B137 is #664EC8. Grayscale: #9C9C9C. Windows color (decimal): -6704841 or 3649945. OLE color: 3649945.
HSL color Cylindrical-coordinate representation of color #99B137: hue angle of 71.8º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99B137 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 177 | 55 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.31 |
| HSL | 71.8º | 0.53% | 0.45% | - |
| HSV(B) | 71.8º | 0.69% | 0.69% | - |
| XYZ | 29.55 | 38.49 | 9.49 | - |
| YUV | 155.92 | 71.05 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 55 | 0.14 | 0 | 0.69 | 0.31 | 71.8 | 0.53 | 0.45 |
| Hex | 99 | B1 | 37 | E | 0 | 45 | 1F | 48 | 35 | 2D |
| Octal | 231 | 261 | 67 | 16 | 0 | 105 | 37 | 110 | 65 | 55 |
| Binary | 10011001 | 10110001 | 110111 | 1110 | 0 | 1000101 | 11111 | 1001000 | 110101 | 101101 |
Color Harmonies of #99B137
Complementary color
Monochromatic Colors of #99B137
Black with #99B137
Text Example
Text Example
White with #99B137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B137; }
p { color: rgb(153,177,55); }
H1.HeaderClassName
{
color: #99B137;
}
.AnyTagClassName
{
color: #99B137;
}
</style>
background-color css
<style>
a { background-color: #99B137; }
a { background-color: rgb(153,177,55); }
div.DivClassName
{
background-color: #99B137;
}
.BgClassName
{
background-color: #99B137;
}
</style>
border-color css
<style>
span { border-color: #99B137; }
span { border-color: rgb(153,177,55); }
td.TdClassName
{
border-color: #99B137;
}
.TagClassName
{
border-color: #99B137;
}
</style>