Shades of Limerick #81A726
Tints of Limerick #81A726
RGB
CMYK
RGB Variations
Color information
#81A726 (or 0x81A726) is known color: Limerick. HEX triplet: 81, A7 and 26. RGB value is (129,167,38). Sum of RGB (Red+Green+Blue) = 129+167+38=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 167 (65.62% from 255 or 50% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 167 - color contains mainly: green. Hex color #81A726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A726 is #7E58D9. Grayscale: #8D8D8D. Windows color (decimal): -8280282 or 2533249. OLE color: 2533249.
HSL color Cylindrical-coordinate representation of color #81A726: hue angle of 77.67º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81A726 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 167 | 38 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.35 |
| HSL | 77.67º | 0.63% | 0.4% | - |
| HSV(B) | 77.67º | 0.77% | 0.65% | - |
| XYZ | 23.22 | 32.44 | 6.87 | - |
| YUV | 140.93 | 69.91 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 38 | 0.23 | 0 | 0.77 | 0.35 | 77.67 | 0.63 | 0.4 |
| Hex | 81 | A7 | 26 | 17 | 0 | 4D | 23 | 4E | 3F | 28 |
| Octal | 201 | 247 | 46 | 27 | 0 | 115 | 43 | 116 | 77 | 50 |
| Binary | 10000001 | 10100111 | 100110 | 10111 | 0 | 1001101 | 100011 | 1001110 | 111111 | 101000 |
Color Harmonies of #81A726
Complementary color
Monochromatic Colors of #81A726
Black with #81A726
Text Example
Text Example
White with #81A726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A726; }
p { color: rgb(129,167,38); }
H1.HeaderClassName
{
color: #81A726;
}
.AnyTagClassName
{
color: #81A726;
}
</style>
background-color css
<style>
a { background-color: #81A726; }
a { background-color: rgb(129,167,38); }
div.DivClassName
{
background-color: #81A726;
}
.BgClassName
{
background-color: #81A726;
}
</style>
border-color css
<style>
span { border-color: #81A726; }
span { border-color: rgb(129,167,38); }
td.TdClassName
{
border-color: #81A726;
}
.TagClassName
{
border-color: #81A726;
}
</style>