Shades of Limerick #91B826
Tints of Limerick #91B826
RGB
CMYK
RGB Variations
Color information
#91B826 (or 0x91B826) is known color: Limerick. HEX triplet: 91, B8 and 26. RGB value is (145,184,38). Sum of RGB (Red+Green+Blue) = 145+184+38=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #91B826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B826 is #6E47D9. Grayscale: #9C9C9C. Windows color (decimal): -7227354 or 2537617. OLE color: 2537617.
HSL color Cylindrical-coordinate representation of color #91B826: hue angle of 76.03º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #91B826 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 184 | 38 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.28 |
| HSL | 76.03º | 0.66% | 0.44% | - |
| HSV(B) | 76.03º | 0.79% | 0.72% | - |
| XYZ | 29.17 | 40.44 | 8.1 | - |
| YUV | 155.7 | 61.58 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 184 | 38 | 0.21 | 0 | 0.79 | 0.28 | 76.03 | 0.66 | 0.44 |
| Hex | 91 | B8 | 26 | 15 | 0 | 4F | 1C | 4C | 42 | 2C |
| Octal | 221 | 270 | 46 | 25 | 0 | 117 | 34 | 114 | 102 | 54 |
| Binary | 10010001 | 10111000 | 100110 | 10101 | 0 | 1001111 | 11100 | 1001100 | 1000010 | 101100 |
Color Harmonies of #91B826
Complementary color
Monochromatic Colors of #91B826
Black with #91B826
Text Example
Text Example
White with #91B826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B826; }
p { color: rgb(145,184,38); }
H1.HeaderClassName
{
color: #91B826;
}
.AnyTagClassName
{
color: #91B826;
}
</style>
background-color css
<style>
a { background-color: #91B826; }
a { background-color: rgb(145,184,38); }
div.DivClassName
{
background-color: #91B826;
}
.BgClassName
{
background-color: #91B826;
}
</style>
border-color css
<style>
span { border-color: #91B826; }
span { border-color: rgb(145,184,38); }
td.TdClassName
{
border-color: #91B826;
}
.TagClassName
{
border-color: #91B826;
}
</style>