Shades of Limerick #95B42B
Tints of Limerick #95B42B
RGB
CMYK
RGB Variations
Color information
#95B42B (or 0x95B42B) is known color: Limerick. HEX triplet: 95, B4 and 2B. RGB value is (149,180,43). Sum of RGB (Red+Green+Blue) = 149+180+43=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #95B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B42B is #6A4BD4. Grayscale: #9B9B9B. Windows color (decimal): -6966229 or 2864277. OLE color: 2864277.
HSL color Cylindrical-coordinate representation of color #95B42B: hue angle of 73.58º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95B42B is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 180 | 43 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.29 |
| HSL | 73.58º | 0.61% | 0.44% | - |
| HSV(B) | 73.58º | 0.76% | 0.71% | - |
| XYZ | 29.15 | 39.21 | 8.32 | - |
| YUV | 155.11 | 64.73 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 180 | 43 | 0.17 | 0 | 0.76 | 0.29 | 73.58 | 0.61 | 0.44 |
| Hex | 95 | B4 | 2B | 11 | 0 | 4C | 1D | 4A | 3D | 2C |
| Octal | 225 | 264 | 53 | 21 | 0 | 114 | 35 | 112 | 75 | 54 |
| Binary | 10010101 | 10110100 | 101011 | 10001 | 0 | 1001100 | 11101 | 1001010 | 111101 | 101100 |
Color Harmonies of #95B42B
Complementary color
Monochromatic Colors of #95B42B
Black with #95B42B
Text Example
Text Example
White with #95B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B42B; }
p { color: rgb(149,180,43); }
H1.HeaderClassName
{
color: #95B42B;
}
.AnyTagClassName
{
color: #95B42B;
}
</style>
background-color css
<style>
a { background-color: #95B42B; }
a { background-color: rgb(149,180,43); }
div.DivClassName
{
background-color: #95B42B;
}
.BgClassName
{
background-color: #95B42B;
}
</style>
border-color css
<style>
span { border-color: #95B42B; }
span { border-color: rgb(149,180,43); }
td.TdClassName
{
border-color: #95B42B;
}
.TagClassName
{
border-color: #95B42B;
}
</style>