Shades of Limerick #8BA236
Tints of Limerick #8BA236
RGB
CMYK
RGB Variations
Color information
#8BA236 (or 0x8BA236) is known color: Limerick. HEX triplet: 8B, A2 and 36. RGB value is (139,162,54). Sum of RGB (Red+Green+Blue) = 139+162+54=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA236 is #745DC9. Grayscale: #8F8F8F. Windows color (decimal): -7626186 or 3580555. OLE color: 3580555.
HSL color Cylindrical-coordinate representation of color #8BA236: hue angle of 72.78º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BA236 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 54 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.36 |
| HSL | 72.78º | 0.5% | 0.42% | - |
| HSV(B) | 72.78º | 0.67% | 0.64% | - |
| XYZ | 24.23 | 31.6 | 8.31 | - |
| YUV | 142.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 54 | 0.14 | 0 | 0.67 | 0.36 | 72.78 | 0.5 | 0.42 |
| Hex | 8B | A2 | 36 | E | 0 | 43 | 24 | 49 | 32 | 2A |
| Octal | 213 | 242 | 66 | 16 | 0 | 103 | 44 | 111 | 62 | 52 |
| Binary | 10001011 | 10100010 | 110110 | 1110 | 0 | 1000011 | 100100 | 1001001 | 110010 | 101010 |
Color Harmonies of #8BA236
Complementary color
Monochromatic Colors of #8BA236
Black with #8BA236
Text Example
Text Example
White with #8BA236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA236; }
p { color: rgb(139,162,54); }
H1.HeaderClassName
{
color: #8BA236;
}
.AnyTagClassName
{
color: #8BA236;
}
</style>
background-color css
<style>
a { background-color: #8BA236; }
a { background-color: rgb(139,162,54); }
div.DivClassName
{
background-color: #8BA236;
}
.BgClassName
{
background-color: #8BA236;
}
</style>
border-color css
<style>
span { border-color: #8BA236; }
span { border-color: rgb(139,162,54); }
td.TdClassName
{
border-color: #8BA236;
}
.TagClassName
{
border-color: #8BA236;
}
</style>