Shades of Limerick #91BD1A
Tints of Limerick #91BD1A
RGB
CMYK
RGB Variations
Color information
#91BD1A (or 0x91BD1A) is known color: Limerick. HEX triplet: 91, BD and 1A. RGB value is (145,189,26). Sum of RGB (Red+Green+Blue) = 145+189+26=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #91BD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BD1A is #6E42E5. Grayscale: #9D9D9D. Windows color (decimal): -7226086 or 1752465. OLE color: 1752465.
HSL color Cylindrical-coordinate representation of color #91BD1A: hue angle of 76.2º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #91BD1A is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 189 | 26 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.26 |
| HSL | 76.2º | 0.76% | 0.42% | - |
| HSV(B) | 76.2º | 0.86% | 0.74% | - |
| XYZ | 30.06 | 42.49 | 7.59 | - |
| YUV | 157.26 | 53.92 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 26 | 0.23 | 0 | 0.86 | 0.26 | 76.2 | 0.76 | 0.42 |
| Hex | 91 | BD | 1A | 17 | 0 | 56 | 1A | 4C | 4C | 2A |
| Octal | 221 | 275 | 32 | 27 | 0 | 126 | 32 | 114 | 114 | 52 |
| Binary | 10010001 | 10111101 | 11010 | 10111 | 0 | 1010110 | 11010 | 1001100 | 1001100 | 101010 |
Color Harmonies of #91BD1A
Complementary color
Monochromatic Colors of #91BD1A
Black with #91BD1A
Text Example
Text Example
White with #91BD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BD1A; }
p { color: rgb(145,189,26); }
H1.HeaderClassName
{
color: #91BD1A;
}
.AnyTagClassName
{
color: #91BD1A;
}
</style>
background-color css
<style>
a { background-color: #91BD1A; }
a { background-color: rgb(145,189,26); }
div.DivClassName
{
background-color: #91BD1A;
}
.BgClassName
{
background-color: #91BD1A;
}
</style>
border-color css
<style>
span { border-color: #91BD1A; }
span { border-color: rgb(145,189,26); }
td.TdClassName
{
border-color: #91BD1A;
}
.TagClassName
{
border-color: #91BD1A;
}
</style>