Shades of Limerick #95BA2C
Tints of Limerick #95BA2C
RGB
CMYK
RGB Variations
Color information
#95BA2C (or 0x95BA2C) is known color: Limerick. HEX triplet: 95, BA and 2C. RGB value is (149,186,44). Sum of RGB (Red+Green+Blue) = 149+186+44=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA2C is #6A45D3. Grayscale: #9F9F9F. Windows color (decimal): -6964692 or 2931349. OLE color: 2931349.
HSL color Cylindrical-coordinate representation of color #95BA2C: hue angle of 75.63º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95BA2C is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 44 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.27 |
| HSL | 75.63º | 0.62% | 0.45% | - |
| HSV(B) | 75.63º | 0.76% | 0.73% | - |
| XYZ | 30.41 | 41.69 | 8.83 | - |
| YUV | 158.75 | 63.24 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 44 | 0.20 | 0 | 0.76 | 0.27 | 75.63 | 0.62 | 0.45 |
| Hex | 95 | BA | 2C | 14 | 0 | 4C | 1B | 4C | 3E | 2D |
| Octal | 225 | 272 | 54 | 24 | 0 | 114 | 33 | 114 | 76 | 55 |
| Binary | 10010101 | 10111010 | 101100 | 10100 | 0 | 1001100 | 11011 | 1001100 | 111110 | 101101 |
Color Harmonies of #95BA2C
Complementary color
Monochromatic Colors of #95BA2C
Black with #95BA2C
Text Example
Text Example
White with #95BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA2C; }
p { color: rgb(149,186,44); }
H1.HeaderClassName
{
color: #95BA2C;
}
.AnyTagClassName
{
color: #95BA2C;
}
</style>
background-color css
<style>
a { background-color: #95BA2C; }
a { background-color: rgb(149,186,44); }
div.DivClassName
{
background-color: #95BA2C;
}
.BgClassName
{
background-color: #95BA2C;
}
</style>
border-color css
<style>
span { border-color: #95BA2C; }
span { border-color: rgb(149,186,44); }
td.TdClassName
{
border-color: #95BA2C;
}
.TagClassName
{
border-color: #95BA2C;
}
</style>