Shades of Limerick #8ABB32
Tints of Limerick #8ABB32
RGB
CMYK
RGB Variations
Color information
#8ABB32 (or 0x8ABB32) is known color: Limerick. HEX triplet: 8A, BB and 32. RGB value is (138,187,50). Sum of RGB (Red+Green+Blue) = 138+187+50=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABB32 is #7544CD. Grayscale: #9D9D9D. Windows color (decimal): -7685326 or 3324810. OLE color: 3324810.
HSL color Cylindrical-coordinate representation of color #8ABB32: hue angle of 81.46º degrees, saturation: 0.58, 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 #8ABB32 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 50 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.27 |
| HSL | 81.46º | 0.58% | 0.46% | - |
| HSV(B) | 81.46º | 0.73% | 0.73% | - |
| XYZ | 28.83 | 41.17 | 9.45 | - |
| YUV | 156.73 | 67.77 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 50 | 0.26 | 0 | 0.73 | 0.27 | 81.46 | 0.58 | 0.46 |
| Hex | 8A | BB | 32 | 1A | 0 | 49 | 1B | 51 | 3A | 2E |
| Octal | 212 | 273 | 62 | 32 | 0 | 111 | 33 | 121 | 72 | 56 |
| Binary | 10001010 | 10111011 | 110010 | 11010 | 0 | 1001001 | 11011 | 1010001 | 111010 | 101110 |
Color Harmonies of #8ABB32
Complementary color
Monochromatic Colors of #8ABB32
Black with #8ABB32
Text Example
Text Example
White with #8ABB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABB32; }
p { color: rgb(138,187,50); }
H1.HeaderClassName
{
color: #8ABB32;
}
.AnyTagClassName
{
color: #8ABB32;
}
</style>
background-color css
<style>
a { background-color: #8ABB32; }
a { background-color: rgb(138,187,50); }
div.DivClassName
{
background-color: #8ABB32;
}
.BgClassName
{
background-color: #8ABB32;
}
</style>
border-color css
<style>
span { border-color: #8ABB32; }
span { border-color: rgb(138,187,50); }
td.TdClassName
{
border-color: #8ABB32;
}
.TagClassName
{
border-color: #8ABB32;
}
</style>