Shades of Limerick #91BD1F
Tints of Limerick #91BD1F
RGB
CMYK
RGB Variations
Color information
#91BD1F (or 0x91BD1F) is known color: Limerick. HEX triplet: 91, BD and 1F. RGB value is (145,189,31). Sum of RGB (Red+Green+Blue) = 145+189+31=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #91BD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BD1F is #6E42E0. Grayscale: #9E9E9E. Windows color (decimal): -7226081 or 2080145. OLE color: 2080145.
HSL color Cylindrical-coordinate representation of color #91BD1F: hue angle of 76.71º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91BD1F is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 189 | 31 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.26 |
| HSL | 76.71º | 0.72% | 0.43% | - |
| HSV(B) | 76.71º | 0.84% | 0.74% | - |
| XYZ | 30.12 | 42.51 | 7.91 | - |
| YUV | 157.83 | 56.42 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 31 | 0.23 | 0 | 0.84 | 0.26 | 76.71 | 0.72 | 0.43 |
| Hex | 91 | BD | 1F | 17 | 0 | 54 | 1A | 4D | 48 | 2B |
| Octal | 221 | 275 | 37 | 27 | 0 | 124 | 32 | 115 | 110 | 53 |
| Binary | 10010001 | 10111101 | 11111 | 10111 | 0 | 1010100 | 11010 | 1001101 | 1001000 | 101011 |
Color Harmonies of #91BD1F
Complementary color
Monochromatic Colors of #91BD1F
Black with #91BD1F
Text Example
Text Example
White with #91BD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BD1F; }
p { color: rgb(145,189,31); }
H1.HeaderClassName
{
color: #91BD1F;
}
.AnyTagClassName
{
color: #91BD1F;
}
</style>
background-color css
<style>
a { background-color: #91BD1F; }
a { background-color: rgb(145,189,31); }
div.DivClassName
{
background-color: #91BD1F;
}
.BgClassName
{
background-color: #91BD1F;
}
</style>
border-color css
<style>
span { border-color: #91BD1F; }
span { border-color: rgb(145,189,31); }
td.TdClassName
{
border-color: #91BD1F;
}
.TagClassName
{
border-color: #91BD1F;
}
</style>