Shades of Limerick #95B123
Tints of Limerick #95B123
RGB
CMYK
RGB Variations
Color information
#95B123 (or 0x95B123) is known color: Limerick. HEX triplet: 95, B1 and 23. RGB value is (149,177,35). Sum of RGB (Red+Green+Blue) = 149+177+35=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #95B123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95B123 is #6A4EDC. Grayscale: #989898. Windows color (decimal): -6967005 or 2339221. OLE color: 2339221.
HSL color Cylindrical-coordinate representation of color #95B123: hue angle of 71.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95B123 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 177 | 35 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.31 |
| HSL | 71.83º | 0.67% | 0.42% | - |
| HSV(B) | 71.83º | 0.8% | 0.69% | - |
| XYZ | 28.42 | 37.96 | 7.42 | - |
| YUV | 152.44 | 61.72 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 177 | 35 | 0.16 | 0 | 0.80 | 0.31 | 71.83 | 0.67 | 0.42 |
| Hex | 95 | B1 | 23 | 10 | 0 | 50 | 1F | 48 | 43 | 2A |
| Octal | 225 | 261 | 43 | 20 | 0 | 120 | 37 | 110 | 103 | 52 |
| Binary | 10010101 | 10110001 | 100011 | 10000 | 0 | 1010000 | 11111 | 1001000 | 1000011 | 101010 |
Color Harmonies of #95B123
Complementary color
Monochromatic Colors of #95B123
Black with #95B123
Text Example
Text Example
White with #95B123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B123; }
p { color: rgb(149,177,35); }
H1.HeaderClassName
{
color: #95B123;
}
.AnyTagClassName
{
color: #95B123;
}
</style>
background-color css
<style>
a { background-color: #95B123; }
a { background-color: rgb(149,177,35); }
div.DivClassName
{
background-color: #95B123;
}
.BgClassName
{
background-color: #95B123;
}
</style>
border-color css
<style>
span { border-color: #95B123; }
span { border-color: rgb(149,177,35); }
td.TdClassName
{
border-color: #95B123;
}
.TagClassName
{
border-color: #95B123;
}
</style>