Shades of Limerick #8BB536
Tints of Limerick #8BB536
RGB
CMYK
RGB Variations
Color information
#8BB536 (or 0x8BB536) is known color: Limerick. HEX triplet: 8B, B5 and 36. RGB value is (139,181,54). Sum of RGB (Red+Green+Blue) = 139+181+54=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB536 is #744AC9. Grayscale: #9A9A9A. Windows color (decimal): -7621322 or 3585419. OLE color: 3585419.
HSL color Cylindrical-coordinate representation of color #8BB536: hue angle of 79.84º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BB536 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 181 | 54 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.29 |
| HSL | 79.84º | 0.54% | 0.46% | - |
| HSV(B) | 79.84º | 0.7% | 0.71% | - |
| XYZ | 27.84 | 38.8 | 9.51 | - |
| YUV | 153.96 | 71.59 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 181 | 54 | 0.23 | 0 | 0.70 | 0.29 | 79.84 | 0.54 | 0.46 |
| Hex | 8B | B5 | 36 | 17 | 0 | 46 | 1D | 50 | 36 | 2E |
| Octal | 213 | 265 | 66 | 27 | 0 | 106 | 35 | 120 | 66 | 56 |
| Binary | 10001011 | 10110101 | 110110 | 10111 | 0 | 1000110 | 11101 | 1010000 | 110110 | 101110 |
Color Harmonies of #8BB536
Complementary color
Monochromatic Colors of #8BB536
Black with #8BB536
Text Example
Text Example
White with #8BB536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB536; }
p { color: rgb(139,181,54); }
H1.HeaderClassName
{
color: #8BB536;
}
.AnyTagClassName
{
color: #8BB536;
}
</style>
background-color css
<style>
a { background-color: #8BB536; }
a { background-color: rgb(139,181,54); }
div.DivClassName
{
background-color: #8BB536;
}
.BgClassName
{
background-color: #8BB536;
}
</style>
border-color css
<style>
span { border-color: #8BB536; }
span { border-color: rgb(139,181,54); }
td.TdClassName
{
border-color: #8BB536;
}
.TagClassName
{
border-color: #8BB536;
}
</style>