Shades of Limerick #8ABB33
Tints of Limerick #8ABB33
RGB
CMYK
RGB Variations
Color information
#8ABB33 (or 0x8ABB33) is known color: Limerick. HEX triplet: 8A, BB and 33. RGB value is (138,187,51). Sum of RGB (Red+Green+Blue) = 138+187+51=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABB33 is #7544CC. Grayscale: #9D9D9D. Windows color (decimal): -7685325 or 3390346. OLE color: 3390346.
HSL color Cylindrical-coordinate representation of color #8ABB33: hue angle of 81.62º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8ABB33 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 51 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.27 |
| HSL | 81.62º | 0.57% | 0.47% | - |
| HSV(B) | 81.62º | 0.73% | 0.73% | - |
| XYZ | 28.85 | 41.18 | 9.56 | - |
| YUV | 156.85 | 68.27 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 51 | 0.26 | 0 | 0.73 | 0.27 | 81.62 | 0.57 | 0.47 |
| Hex | 8A | BB | 33 | 1A | 0 | 49 | 1B | 52 | 39 | 2F |
| Octal | 212 | 273 | 63 | 32 | 0 | 111 | 33 | 122 | 71 | 57 |
| Binary | 10001010 | 10111011 | 110011 | 11010 | 0 | 1001001 | 11011 | 1010010 | 111001 | 101111 |
Color Harmonies of #8ABB33
Complementary color
Monochromatic Colors of #8ABB33
Black with #8ABB33
Text Example
Text Example
White with #8ABB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABB33; }
p { color: rgb(138,187,51); }
H1.HeaderClassName
{
color: #8ABB33;
}
.AnyTagClassName
{
color: #8ABB33;
}
</style>
background-color css
<style>
a { background-color: #8ABB33; }
a { background-color: rgb(138,187,51); }
div.DivClassName
{
background-color: #8ABB33;
}
.BgClassName
{
background-color: #8ABB33;
}
</style>
border-color css
<style>
span { border-color: #8ABB33; }
span { border-color: rgb(138,187,51); }
td.TdClassName
{
border-color: #8ABB33;
}
.TagClassName
{
border-color: #8ABB33;
}
</style>