Shades of Limerick #95A828
Tints of Limerick #95A828
RGB
CMYK
RGB Variations
Color information
#95A828 (or 0x95A828) is known color: Limerick. HEX triplet: 95, A8 and 28. RGB value is (149,168,40). Sum of RGB (Red+Green+Blue) = 149+168+40=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 168 - color contains mainly: green. Hex color #95A828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A828 is #6A57D7. Grayscale: #949494. Windows color (decimal): -6969304 or 2664597. OLE color: 2664597.
HSL color Cylindrical-coordinate representation of color #95A828: hue angle of 68.91º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95A828 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 168 | 40 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.34 |
| HSL | 68.91º | 0.62% | 0.41% | - |
| HSV(B) | 68.91º | 0.76% | 0.66% | - |
| XYZ | 26.78 | 34.55 | 7.26 | - |
| YUV | 147.73 | 67.21 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 168 | 40 | 0.11 | 0 | 0.76 | 0.34 | 68.91 | 0.62 | 0.41 |
| Hex | 95 | A8 | 28 | B | 0 | 4C | 22 | 45 | 3E | 29 |
| Octal | 225 | 250 | 50 | 13 | 0 | 114 | 42 | 105 | 76 | 51 |
| Binary | 10010101 | 10101000 | 101000 | 1011 | 0 | 1001100 | 100010 | 1000101 | 111110 | 101001 |
Color Harmonies of #95A828
Complementary color
Monochromatic Colors of #95A828
Black with #95A828
Text Example
Text Example
White with #95A828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A828; }
p { color: rgb(149,168,40); }
H1.HeaderClassName
{
color: #95A828;
}
.AnyTagClassName
{
color: #95A828;
}
</style>
background-color css
<style>
a { background-color: #95A828; }
a { background-color: rgb(149,168,40); }
div.DivClassName
{
background-color: #95A828;
}
.BgClassName
{
background-color: #95A828;
}
</style>
border-color css
<style>
span { border-color: #95A828; }
span { border-color: rgb(149,168,40); }
td.TdClassName
{
border-color: #95A828;
}
.TagClassName
{
border-color: #95A828;
}
</style>