Shades of Limerick #88AD0E
Tints of Limerick #88AD0E
RGB
CMYK
RGB Variations
Color information
#88AD0E (or 0x88AD0E) is known color: Limerick. HEX triplet: 88, AD and 0E. RGB value is (136,173,14). Sum of RGB (Red+Green+Blue) = 136+173+14=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88AD0E is #7752F1. Grayscale: #909090. Windows color (decimal): -7820018 or 961928. OLE color: 961928.
HSL color Cylindrical-coordinate representation of color #88AD0E: hue angle of 73.96º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88AD0E is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 173 | 14 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.32 |
| HSL | 73.96º | 0.85% | 0.37% | - |
| HSV(B) | 73.96º | 0.92% | 0.68% | - |
| XYZ | 25.18 | 35.15 | 5.87 | - |
| YUV | 143.81 | 54.74 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 14 | 0.21 | 0 | 0.92 | 0.32 | 73.96 | 0.85 | 0.37 |
| Hex | 88 | AD | E | 15 | 0 | 5C | 20 | 4A | 55 | 25 |
| Octal | 210 | 255 | 16 | 25 | 0 | 134 | 40 | 112 | 125 | 45 |
| Binary | 10001000 | 10101101 | 1110 | 10101 | 0 | 1011100 | 100000 | 1001010 | 1010101 | 100101 |
Color Harmonies of #88AD0E
Complementary color
Monochromatic Colors of #88AD0E
Black with #88AD0E
Text Example
Text Example
White with #88AD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AD0E; }
p { color: rgb(136,173,14); }
H1.HeaderClassName
{
color: #88AD0E;
}
.AnyTagClassName
{
color: #88AD0E;
}
</style>
background-color css
<style>
a { background-color: #88AD0E; }
a { background-color: rgb(136,173,14); }
div.DivClassName
{
background-color: #88AD0E;
}
.BgClassName
{
background-color: #88AD0E;
}
</style>
border-color css
<style>
span { border-color: #88AD0E; }
span { border-color: rgb(136,173,14); }
td.TdClassName
{
border-color: #88AD0E;
}
.TagClassName
{
border-color: #88AD0E;
}
</style>