Shades of Limerick #88A723
Tints of Limerick #88A723
RGB
CMYK
RGB Variations
Color information
#88A723 (or 0x88A723) is known color: Limerick. HEX triplet: 88, A7 and 23. RGB value is (136,167,35). Sum of RGB (Red+Green+Blue) = 136+167+35=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #88A723 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A723 is #7758DC. Grayscale: #8F8F8F. Windows color (decimal): -7821533 or 2336648. OLE color: 2336648.
HSL color Cylindrical-coordinate representation of color #88A723: hue angle of 74.09º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88A723 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 167 | 35 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.35 |
| HSL | 74.09º | 0.65% | 0.4% | - |
| HSV(B) | 74.09º | 0.79% | 0.65% | - |
| XYZ | 24.28 | 32.99 | 6.68 | - |
| YUV | 142.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 167 | 35 | 0.19 | 0 | 0.79 | 0.35 | 74.09 | 0.65 | 0.4 |
| Hex | 88 | A7 | 23 | 13 | 0 | 4F | 23 | 4A | 41 | 28 |
| Octal | 210 | 247 | 43 | 23 | 0 | 117 | 43 | 112 | 101 | 50 |
| Binary | 10001000 | 10100111 | 100011 | 10011 | 0 | 1001111 | 100011 | 1001010 | 1000001 | 101000 |
Color Harmonies of #88A723
Complementary color
Monochromatic Colors of #88A723
Black with #88A723
Text Example
Text Example
White with #88A723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A723; }
p { color: rgb(136,167,35); }
H1.HeaderClassName
{
color: #88A723;
}
.AnyTagClassName
{
color: #88A723;
}
</style>
background-color css
<style>
a { background-color: #88A723; }
a { background-color: rgb(136,167,35); }
div.DivClassName
{
background-color: #88A723;
}
.BgClassName
{
background-color: #88A723;
}
</style>
border-color css
<style>
span { border-color: #88A723; }
span { border-color: rgb(136,167,35); }
td.TdClassName
{
border-color: #88A723;
}
.TagClassName
{
border-color: #88A723;
}
</style>