Shades of Limerick #99B525
Tints of Limerick #99B525
RGB
CMYK
RGB Variations
Color information
#99B525 (or 0x99B525) is known color: Limerick. HEX triplet: 99, B5 and 25. RGB value is (153,181,37). Sum of RGB (Red+Green+Blue) = 153+181+37=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #99B525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B525 is #664ADA. Grayscale: #9C9C9C. Windows color (decimal): -6703835 or 2471321. OLE color: 2471321.
HSL color Cylindrical-coordinate representation of color #99B525: hue angle of 71.67º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99B525 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 181 | 37 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.29 |
| HSL | 71.67º | 0.66% | 0.43% | - |
| HSV(B) | 71.67º | 0.8% | 0.71% | - |
| XYZ | 29.99 | 39.95 | 7.88 | - |
| YUV | 156.21 | 60.72 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 37 | 0.15 | 0 | 0.80 | 0.29 | 71.67 | 0.66 | 0.43 |
| Hex | 99 | B5 | 25 | F | 0 | 50 | 1D | 48 | 42 | 2B |
| Octal | 231 | 265 | 45 | 17 | 0 | 120 | 35 | 110 | 102 | 53 |
| Binary | 10011001 | 10110101 | 100101 | 1111 | 0 | 1010000 | 11101 | 1001000 | 1000010 | 101011 |
Color Harmonies of #99B525
Complementary color
Monochromatic Colors of #99B525
Black with #99B525
Text Example
Text Example
White with #99B525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B525; }
p { color: rgb(153,181,37); }
H1.HeaderClassName
{
color: #99B525;
}
.AnyTagClassName
{
color: #99B525;
}
</style>
background-color css
<style>
a { background-color: #99B525; }
a { background-color: rgb(153,181,37); }
div.DivClassName
{
background-color: #99B525;
}
.BgClassName
{
background-color: #99B525;
}
</style>
border-color css
<style>
span { border-color: #99B525; }
span { border-color: rgb(153,181,37); }
td.TdClassName
{
border-color: #99B525;
}
.TagClassName
{
border-color: #99B525;
}
</style>