Shades of Limerick #8AB932
Tints of Limerick #8AB932
RGB
CMYK
RGB Variations
Color information
#8AB932 (or 0x8AB932) is known color: Limerick. HEX triplet: 8A, B9 and 32. RGB value is (138,185,50). Sum of RGB (Red+Green+Blue) = 138+185+50=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB932 is #7546CD. Grayscale: #9C9C9C. Windows color (decimal): -7685838 or 3324298. OLE color: 3324298.
HSL color Cylindrical-coordinate representation of color #8AB932: hue angle of 80.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8AB932 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 50 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.27 |
| HSL | 80.89º | 0.57% | 0.46% | - |
| HSV(B) | 80.89º | 0.73% | 0.73% | - |
| XYZ | 28.41 | 40.33 | 9.31 | - |
| YUV | 155.56 | 68.43 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 50 | 0.25 | 0 | 0.73 | 0.27 | 80.89 | 0.57 | 0.46 |
| Hex | 8A | B9 | 32 | 19 | 0 | 49 | 1B | 51 | 39 | 2E |
| Octal | 212 | 271 | 62 | 31 | 0 | 111 | 33 | 121 | 71 | 56 |
| Binary | 10001010 | 10111001 | 110010 | 11001 | 0 | 1001001 | 11011 | 1010001 | 111001 | 101110 |
Color Harmonies of #8AB932
Complementary color
Monochromatic Colors of #8AB932
Black with #8AB932
Text Example
Text Example
White with #8AB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB932; }
p { color: rgb(138,185,50); }
H1.HeaderClassName
{
color: #8AB932;
}
.AnyTagClassName
{
color: #8AB932;
}
</style>
background-color css
<style>
a { background-color: #8AB932; }
a { background-color: rgb(138,185,50); }
div.DivClassName
{
background-color: #8AB932;
}
.BgClassName
{
background-color: #8AB932;
}
</style>
border-color css
<style>
span { border-color: #8AB932; }
span { border-color: rgb(138,185,50); }
td.TdClassName
{
border-color: #8AB932;
}
.TagClassName
{
border-color: #8AB932;
}
</style>