Shades of Limerick #91B31F
Tints of Limerick #91B31F
RGB
CMYK
RGB Variations
Color information
#91B31F (or 0x91B31F) is known color: Limerick. HEX triplet: 91, B3 and 1F. RGB value is (145,179,31). Sum of RGB (Red+Green+Blue) = 145+179+31=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #91B31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B31F is #6E4CE0. Grayscale: #989898. Windows color (decimal): -7228641 or 2077585. OLE color: 2077585.
HSL color Cylindrical-coordinate representation of color #91B31F: hue angle of 73.78º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91B31F is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 179 | 31 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.30 |
| HSL | 73.78º | 0.7% | 0.41% | - |
| HSV(B) | 73.78º | 0.83% | 0.7% | - |
| XYZ | 28.04 | 38.36 | 7.22 | - |
| YUV | 151.96 | 59.74 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 179 | 31 | 0.19 | 0 | 0.83 | 0.30 | 73.78 | 0.7 | 0.41 |
| Hex | 91 | B3 | 1F | 13 | 0 | 53 | 1E | 4A | 46 | 29 |
| Octal | 221 | 263 | 37 | 23 | 0 | 123 | 36 | 112 | 106 | 51 |
| Binary | 10010001 | 10110011 | 11111 | 10011 | 0 | 1010011 | 11110 | 1001010 | 1000110 | 101001 |
Color Harmonies of #91B31F
Complementary color
Monochromatic Colors of #91B31F
Black with #91B31F
Text Example
Text Example
White with #91B31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B31F; }
p { color: rgb(145,179,31); }
H1.HeaderClassName
{
color: #91B31F;
}
.AnyTagClassName
{
color: #91B31F;
}
</style>
background-color css
<style>
a { background-color: #91B31F; }
a { background-color: rgb(145,179,31); }
div.DivClassName
{
background-color: #91B31F;
}
.BgClassName
{
background-color: #91B31F;
}
</style>
border-color css
<style>
span { border-color: #91B31F; }
span { border-color: rgb(145,179,31); }
td.TdClassName
{
border-color: #91B31F;
}
.TagClassName
{
border-color: #91B31F;
}
</style>