Shades of Limerick #91B821
Tints of Limerick #91B821
RGB
CMYK
RGB Variations
Color information
#91B821 (or 0x91B821) is known color: Limerick. HEX triplet: 91, B8 and 21. RGB value is (145,184,33). Sum of RGB (Red+Green+Blue) = 145+184+33=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #91B821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B821 is #6E47DE. Grayscale: #9B9B9B. Windows color (decimal): -7227359 or 2209937. OLE color: 2209937.
HSL color Cylindrical-coordinate representation of color #91B821: hue angle of 75.5º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #91B821 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 184 | 33 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.28 |
| HSL | 75.5º | 0.7% | 0.43% | - |
| HSV(B) | 75.5º | 0.82% | 0.72% | - |
| XYZ | 29.09 | 40.41 | 7.71 | - |
| YUV | 155.13 | 59.08 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 184 | 33 | 0.21 | 0 | 0.82 | 0.28 | 75.5 | 0.7 | 0.43 |
| Hex | 91 | B8 | 21 | 15 | 0 | 52 | 1C | 4B | 46 | 2B |
| Octal | 221 | 270 | 41 | 25 | 0 | 122 | 34 | 113 | 106 | 53 |
| Binary | 10010001 | 10111000 | 100001 | 10101 | 0 | 1010010 | 11100 | 1001011 | 1000110 | 101011 |
Color Harmonies of #91B821
Complementary color
Monochromatic Colors of #91B821
Black with #91B821
Text Example
Text Example
White with #91B821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B821; }
p { color: rgb(145,184,33); }
H1.HeaderClassName
{
color: #91B821;
}
.AnyTagClassName
{
color: #91B821;
}
</style>
background-color css
<style>
a { background-color: #91B821; }
a { background-color: rgb(145,184,33); }
div.DivClassName
{
background-color: #91B821;
}
.BgClassName
{
background-color: #91B821;
}
</style>
border-color css
<style>
span { border-color: #91B821; }
span { border-color: rgb(145,184,33); }
td.TdClassName
{
border-color: #91B821;
}
.TagClassName
{
border-color: #91B821;
}
</style>