Shades of Limerick #99B726
Tints of Limerick #99B726
RGB
CMYK
RGB Variations
Color information
#99B726 (or 0x99B726) is known color: Limerick. HEX triplet: 99, B7 and 26. RGB value is (153,183,38). Sum of RGB (Red+Green+Blue) = 153+183+38=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #99B726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B726 is #6648D9. Grayscale: #9E9E9E. Windows color (decimal): -6703322 or 2537369. OLE color: 2537369.
HSL color Cylindrical-coordinate representation of color #99B726: hue angle of 72.41º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #99B726 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 38 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.28 |
| HSL | 72.41º | 0.66% | 0.43% | - |
| HSV(B) | 72.41º | 0.79% | 0.72% | - |
| XYZ | 30.42 | 40.78 | 8.1 | - |
| YUV | 157.5 | 60.56 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 38 | 0.16 | 0 | 0.79 | 0.28 | 72.41 | 0.66 | 0.43 |
| Hex | 99 | B7 | 26 | 10 | 0 | 4F | 1C | 48 | 42 | 2B |
| Octal | 231 | 267 | 46 | 20 | 0 | 117 | 34 | 110 | 102 | 53 |
| Binary | 10011001 | 10110111 | 100110 | 10000 | 0 | 1001111 | 11100 | 1001000 | 1000010 | 101011 |
Color Harmonies of #99B726
Complementary color
Monochromatic Colors of #99B726
Black with #99B726
Text Example
Text Example
White with #99B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B726; }
p { color: rgb(153,183,38); }
H1.HeaderClassName
{
color: #99B726;
}
.AnyTagClassName
{
color: #99B726;
}
</style>
background-color css
<style>
a { background-color: #99B726; }
a { background-color: rgb(153,183,38); }
div.DivClassName
{
background-color: #99B726;
}
.BgClassName
{
background-color: #99B726;
}
</style>
border-color css
<style>
span { border-color: #99B726; }
span { border-color: rgb(153,183,38); }
td.TdClassName
{
border-color: #99B726;
}
.TagClassName
{
border-color: #99B726;
}
</style>