Shades of Limerick #8AB711
Tints of Limerick #8AB711
RGB
CMYK
RGB Variations
Color information
#8AB711 (or 0x8AB711) is known color: Limerick. HEX triplet: 8A, B7 and 11. RGB value is (138,183,17). Sum of RGB (Red+Green+Blue) = 138+183+17=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB711 is #7548EE. Grayscale: #979797. Windows color (decimal): -7686383 or 1161098. OLE color: 1161098.
HSL color Cylindrical-coordinate representation of color #8AB711: hue angle of 76.27º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8AB711 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 17 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.28 |
| HSL | 76.27º | 0.83% | 0.39% | - |
| HSV(B) | 76.27º | 0.91% | 0.72% | - |
| XYZ | 27.52 | 39.31 | 6.67 | - |
| YUV | 150.62 | 52.59 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 17 | 0.25 | 0 | 0.91 | 0.28 | 76.27 | 0.83 | 0.39 |
| Hex | 8A | B7 | 11 | 19 | 0 | 5B | 1C | 4C | 53 | 27 |
| Octal | 212 | 267 | 21 | 31 | 0 | 133 | 34 | 114 | 123 | 47 |
| Binary | 10001010 | 10110111 | 10001 | 11001 | 0 | 1011011 | 11100 | 1001100 | 1010011 | 100111 |
Color Harmonies of #8AB711
Complementary color
Monochromatic Colors of #8AB711
Black with #8AB711
Text Example
Text Example
White with #8AB711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB711; }
p { color: rgb(138,183,17); }
H1.HeaderClassName
{
color: #8AB711;
}
.AnyTagClassName
{
color: #8AB711;
}
</style>
background-color css
<style>
a { background-color: #8AB711; }
a { background-color: rgb(138,183,17); }
div.DivClassName
{
background-color: #8AB711;
}
.BgClassName
{
background-color: #8AB711;
}
</style>
border-color css
<style>
span { border-color: #8AB711; }
span { border-color: rgb(138,183,17); }
td.TdClassName
{
border-color: #8AB711;
}
.TagClassName
{
border-color: #8AB711;
}
</style>