Shades of Limerick #93B136
Tints of Limerick #93B136
RGB
CMYK
RGB Variations
Color information
#93B136 (or 0x93B136) is known color: Limerick. HEX triplet: 93, B1 and 36. RGB value is (147,177,54). Sum of RGB (Red+Green+Blue) = 147+177+54=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #93B136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93B136 is #6C4EC9. Grayscale: #9A9A9A. Windows color (decimal): -7098058 or 3584403. OLE color: 3584403.
HSL color Cylindrical-coordinate representation of color #93B136: hue angle of 74.63º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93B136 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 177 | 54 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.31 |
| HSL | 74.63º | 0.53% | 0.45% | - |
| HSV(B) | 74.63º | 0.69% | 0.69% | - |
| XYZ | 28.42 | 37.91 | 9.31 | - |
| YUV | 154.01 | 71.56 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 177 | 54 | 0.17 | 0 | 0.69 | 0.31 | 74.63 | 0.53 | 0.45 |
| Hex | 93 | B1 | 36 | 11 | 0 | 45 | 1F | 4B | 35 | 2D |
| Octal | 223 | 261 | 66 | 21 | 0 | 105 | 37 | 113 | 65 | 55 |
| Binary | 10010011 | 10110001 | 110110 | 10001 | 0 | 1000101 | 11111 | 1001011 | 110101 | 101101 |
Color Harmonies of #93B136
Complementary color
Monochromatic Colors of #93B136
Black with #93B136
Text Example
Text Example
White with #93B136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B136; }
p { color: rgb(147,177,54); }
H1.HeaderClassName
{
color: #93B136;
}
.AnyTagClassName
{
color: #93B136;
}
</style>
background-color css
<style>
a { background-color: #93B136; }
a { background-color: rgb(147,177,54); }
div.DivClassName
{
background-color: #93B136;
}
.BgClassName
{
background-color: #93B136;
}
</style>
border-color css
<style>
span { border-color: #93B136; }
span { border-color: rgb(147,177,54); }
td.TdClassName
{
border-color: #93B136;
}
.TagClassName
{
border-color: #93B136;
}
</style>