Shades of Limerick #8ABD33
Tints of Limerick #8ABD33
RGB
CMYK
RGB Variations
Color information
#8ABD33 (or 0x8ABD33) is known color: Limerick. HEX triplet: 8A, BD and 33. RGB value is (138,189,51). Sum of RGB (Red+Green+Blue) = 138+189+51=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABD33 is #7542CC. Grayscale: #9E9E9E. Windows color (decimal): -7684813 or 3390858. OLE color: 3390858.
HSL color Cylindrical-coordinate representation of color #8ABD33: hue angle of 82.17º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8ABD33 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 189 | 51 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.26 |
| HSL | 82.17º | 0.58% | 0.47% | - |
| HSV(B) | 82.17º | 0.73% | 0.74% | - |
| XYZ | 29.28 | 42.04 | 9.7 | - |
| YUV | 158.02 | 67.6 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 51 | 0.27 | 0 | 0.73 | 0.26 | 82.17 | 0.58 | 0.47 |
| Hex | 8A | BD | 33 | 1B | 0 | 49 | 1A | 52 | 3A | 2F |
| Octal | 212 | 275 | 63 | 33 | 0 | 111 | 32 | 122 | 72 | 57 |
| Binary | 10001010 | 10111101 | 110011 | 11011 | 0 | 1001001 | 11010 | 1010010 | 111010 | 101111 |
Color Harmonies of #8ABD33
Complementary color
Monochromatic Colors of #8ABD33
Black with #8ABD33
Text Example
Text Example
White with #8ABD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABD33; }
p { color: rgb(138,189,51); }
H1.HeaderClassName
{
color: #8ABD33;
}
.AnyTagClassName
{
color: #8ABD33;
}
</style>
background-color css
<style>
a { background-color: #8ABD33; }
a { background-color: rgb(138,189,51); }
div.DivClassName
{
background-color: #8ABD33;
}
.BgClassName
{
background-color: #8ABD33;
}
</style>
border-color css
<style>
span { border-color: #8ABD33; }
span { border-color: rgb(138,189,51); }
td.TdClassName
{
border-color: #8ABD33;
}
.TagClassName
{
border-color: #8ABD33;
}
</style>