Shades of Limerick #8BA536
Tints of Limerick #8BA536
RGB
CMYK
RGB Variations
Color information
#8BA536 (or 0x8BA536) is known color: Limerick. HEX triplet: 8B, A5 and 36. RGB value is (139,165,54). Sum of RGB (Red+Green+Blue) = 139+165+54=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA536 is #745AC9. Grayscale: #909090. Windows color (decimal): -7625418 or 3581323. OLE color: 3581323.
HSL color Cylindrical-coordinate representation of color #8BA536: hue angle of 74.05º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BA536 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 54 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.35 |
| HSL | 74.05º | 0.51% | 0.43% | - |
| HSV(B) | 74.05º | 0.67% | 0.65% | - |
| XYZ | 24.77 | 32.67 | 8.49 | - |
| YUV | 144.57 | 76.89 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 54 | 0.16 | 0 | 0.67 | 0.35 | 74.05 | 0.51 | 0.43 |
| Hex | 8B | A5 | 36 | 10 | 0 | 43 | 23 | 4A | 33 | 2B |
| Octal | 213 | 245 | 66 | 20 | 0 | 103 | 43 | 112 | 63 | 53 |
| Binary | 10001011 | 10100101 | 110110 | 10000 | 0 | 1000011 | 100011 | 1001010 | 110011 | 101011 |
Color Harmonies of #8BA536
Complementary color
Monochromatic Colors of #8BA536
Black with #8BA536
Text Example
Text Example
White with #8BA536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA536; }
p { color: rgb(139,165,54); }
H1.HeaderClassName
{
color: #8BA536;
}
.AnyTagClassName
{
color: #8BA536;
}
</style>
background-color css
<style>
a { background-color: #8BA536; }
a { background-color: rgb(139,165,54); }
div.DivClassName
{
background-color: #8BA536;
}
.BgClassName
{
background-color: #8BA536;
}
</style>
border-color css
<style>
span { border-color: #8BA536; }
span { border-color: rgb(139,165,54); }
td.TdClassName
{
border-color: #8BA536;
}
.TagClassName
{
border-color: #8BA536;
}
</style>