Shades of Limerick #99B426
Tints of Limerick #99B426
RGB
CMYK
RGB Variations
Color information
#99B426 (or 0x99B426) is known color: Limerick. HEX triplet: 99, B4 and 26. RGB value is (153,180,38). Sum of RGB (Red+Green+Blue) = 153+180+38=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #99B426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B426 is #664BD9. Grayscale: #9C9C9C. Windows color (decimal): -6704090 or 2536601. OLE color: 2536601.
HSL color Cylindrical-coordinate representation of color #99B426: hue angle of 71.41º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #99B426 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 38 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.29 |
| HSL | 71.41º | 0.65% | 0.43% | - |
| HSV(B) | 71.41º | 0.79% | 0.71% | - |
| XYZ | 29.81 | 39.55 | 7.9 | - |
| YUV | 155.74 | 61.55 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 38 | 0.15 | 0 | 0.79 | 0.29 | 71.41 | 0.65 | 0.43 |
| Hex | 99 | B4 | 26 | F | 0 | 4F | 1D | 47 | 41 | 2B |
| Octal | 231 | 264 | 46 | 17 | 0 | 117 | 35 | 107 | 101 | 53 |
| Binary | 10011001 | 10110100 | 100110 | 1111 | 0 | 1001111 | 11101 | 1000111 | 1000001 | 101011 |
Color Harmonies of #99B426
Complementary color
Monochromatic Colors of #99B426
Black with #99B426
Text Example
Text Example
White with #99B426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B426; }
p { color: rgb(153,180,38); }
H1.HeaderClassName
{
color: #99B426;
}
.AnyTagClassName
{
color: #99B426;
}
</style>
background-color css
<style>
a { background-color: #99B426; }
a { background-color: rgb(153,180,38); }
div.DivClassName
{
background-color: #99B426;
}
.BgClassName
{
background-color: #99B426;
}
</style>
border-color css
<style>
span { border-color: #99B426; }
span { border-color: rgb(153,180,38); }
td.TdClassName
{
border-color: #99B426;
}
.TagClassName
{
border-color: #99B426;
}
</style>