Shades of Limerick #8BAE20
Tints of Limerick #8BAE20
RGB
CMYK
RGB Variations
Color information
#8BAE20 (or 0x8BAE20) is known color: Limerick. HEX triplet: 8B, AE and 20. RGB value is (139,174,32). Sum of RGB (Red+Green+Blue) = 139+174+32=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAE20 is #7451DF. Grayscale: #939393. Windows color (decimal): -7623136 or 2141835. OLE color: 2141835.
HSL color Cylindrical-coordinate representation of color #8BAE20: hue angle of 74.79º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8BAE20 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 32 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.32 |
| HSL | 74.79º | 0.69% | 0.4% | - |
| HSV(B) | 74.79º | 0.82% | 0.68% | - |
| XYZ | 26.04 | 35.87 | 6.92 | - |
| YUV | 147.35 | 62.9 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 32 | 0.20 | 0 | 0.82 | 0.32 | 74.79 | 0.69 | 0.4 |
| Hex | 8B | AE | 20 | 14 | 0 | 52 | 20 | 4B | 45 | 28 |
| Octal | 213 | 256 | 40 | 24 | 0 | 122 | 40 | 113 | 105 | 50 |
| Binary | 10001011 | 10101110 | 100000 | 10100 | 0 | 1010010 | 100000 | 1001011 | 1000101 | 101000 |
Color Harmonies of #8BAE20
Complementary color
Monochromatic Colors of #8BAE20
Black with #8BAE20
Text Example
Text Example
White with #8BAE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE20; }
p { color: rgb(139,174,32); }
H1.HeaderClassName
{
color: #8BAE20;
}
.AnyTagClassName
{
color: #8BAE20;
}
</style>
background-color css
<style>
a { background-color: #8BAE20; }
a { background-color: rgb(139,174,32); }
div.DivClassName
{
background-color: #8BAE20;
}
.BgClassName
{
background-color: #8BAE20;
}
</style>
border-color css
<style>
span { border-color: #8BAE20; }
span { border-color: rgb(139,174,32); }
td.TdClassName
{
border-color: #8BAE20;
}
.TagClassName
{
border-color: #8BAE20;
}
</style>