Shades of Limerick #8BBA32
Tints of Limerick #8BBA32
RGB
CMYK
RGB Variations
Color information
#8BBA32 (or 0x8BBA32) is known color: Limerick. HEX triplet: 8B, BA and 32. RGB value is (139,186,50). Sum of RGB (Red+Green+Blue) = 139+186+50=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBA32 is #7445CD. Grayscale: #9C9C9C. Windows color (decimal): -7620046 or 3324555. OLE color: 3324555.
HSL color Cylindrical-coordinate representation of color #8BBA32: hue angle of 80.74º 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 #8BBA32 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 50 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.27 |
| HSL | 80.74º | 0.58% | 0.46% | - |
| HSV(B) | 80.74º | 0.73% | 0.73% | - |
| XYZ | 28.78 | 40.84 | 9.38 | - |
| YUV | 156.44 | 67.93 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 50 | 0.25 | 0 | 0.73 | 0.27 | 80.74 | 0.58 | 0.46 |
| Hex | 8B | BA | 32 | 19 | 0 | 49 | 1B | 51 | 3A | 2E |
| Octal | 213 | 272 | 62 | 31 | 0 | 111 | 33 | 121 | 72 | 56 |
| Binary | 10001011 | 10111010 | 110010 | 11001 | 0 | 1001001 | 11011 | 1010001 | 111010 | 101110 |
Color Harmonies of #8BBA32
Complementary color
Monochromatic Colors of #8BBA32
Black with #8BBA32
Text Example
Text Example
White with #8BBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA32; }
p { color: rgb(139,186,50); }
H1.HeaderClassName
{
color: #8BBA32;
}
.AnyTagClassName
{
color: #8BBA32;
}
</style>
background-color css
<style>
a { background-color: #8BBA32; }
a { background-color: rgb(139,186,50); }
div.DivClassName
{
background-color: #8BBA32;
}
.BgClassName
{
background-color: #8BBA32;
}
</style>
border-color css
<style>
span { border-color: #8BBA32; }
span { border-color: rgb(139,186,50); }
td.TdClassName
{
border-color: #8BBA32;
}
.TagClassName
{
border-color: #8BBA32;
}
</style>