Shades of Limerick #91B638
Tints of Limerick #91B638
RGB
CMYK
RGB Variations
Color information
#91B638 (or 0x91B638) is known color: Limerick. HEX triplet: 91, B6 and 38. RGB value is (145,182,56). Sum of RGB (Red+Green+Blue) = 145+182+56=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #91B638 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B638 is #6E49C7. Grayscale: #9D9D9D. Windows color (decimal): -7227848 or 3716753. OLE color: 3716753.
HSL color Cylindrical-coordinate representation of color #91B638: hue angle of 77.62º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #91B638 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 182 | 56 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.29 |
| HSL | 77.62º | 0.53% | 0.47% | - |
| HSV(B) | 77.62º | 0.69% | 0.71% | - |
| XYZ | 29.12 | 39.76 | 9.88 | - |
| YUV | 156.57 | 71.24 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 182 | 56 | 0.20 | 0 | 0.69 | 0.29 | 77.62 | 0.53 | 0.47 |
| Hex | 91 | B6 | 38 | 14 | 0 | 45 | 1D | 4E | 35 | 2F |
| Octal | 221 | 266 | 70 | 24 | 0 | 105 | 35 | 116 | 65 | 57 |
| Binary | 10010001 | 10110110 | 111000 | 10100 | 0 | 1000101 | 11101 | 1001110 | 110101 | 101111 |
Color Harmonies of #91B638
Complementary color
Monochromatic Colors of #91B638
Black with #91B638
Text Example
Text Example
White with #91B638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B638; }
p { color: rgb(145,182,56); }
H1.HeaderClassName
{
color: #91B638;
}
.AnyTagClassName
{
color: #91B638;
}
</style>
background-color css
<style>
a { background-color: #91B638; }
a { background-color: rgb(145,182,56); }
div.DivClassName
{
background-color: #91B638;
}
.BgClassName
{
background-color: #91B638;
}
</style>
border-color css
<style>
span { border-color: #91B638; }
span { border-color: rgb(145,182,56); }
td.TdClassName
{
border-color: #91B638;
}
.TagClassName
{
border-color: #91B638;
}
</style>