Shades of Limerick #93B81B
Tints of Limerick #93B81B
RGB
CMYK
RGB Variations
Color information
#93B81B (or 0x93B81B) is known color: Limerick. HEX triplet: 93, B8 and 1B. RGB value is (147,184,27). Sum of RGB (Red+Green+Blue) = 147+184+27=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 184 (72.27% from 255 or 51.40% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 184 - color contains mainly: green. Hex color #93B81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B81B is #6C47E4. Grayscale: #9B9B9B. Windows color (decimal): -7096293 or 1816723. OLE color: 1816723.
HSL color Cylindrical-coordinate representation of color #93B81B: hue angle of 74.14º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93B81B is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 184 | 27 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.28 |
| HSL | 74.14º | 0.74% | 0.41% | - |
| HSV(B) | 74.14º | 0.85% | 0.72% | - |
| XYZ | 29.37 | 40.56 | 7.32 | - |
| YUV | 155.04 | 55.74 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 184 | 27 | 0.20 | 0 | 0.85 | 0.28 | 74.14 | 0.74 | 0.41 |
| Hex | 93 | B8 | 1B | 14 | 0 | 55 | 1C | 4A | 4A | 29 |
| Octal | 223 | 270 | 33 | 24 | 0 | 125 | 34 | 112 | 112 | 51 |
| Binary | 10010011 | 10111000 | 11011 | 10100 | 0 | 1010101 | 11100 | 1001010 | 1001010 | 101001 |
Color Harmonies of #93B81B
Complementary color
Monochromatic Colors of #93B81B
Black with #93B81B
Text Example
Text Example
White with #93B81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B81B; }
p { color: rgb(147,184,27); }
H1.HeaderClassName
{
color: #93B81B;
}
.AnyTagClassName
{
color: #93B81B;
}
</style>
background-color css
<style>
a { background-color: #93B81B; }
a { background-color: rgb(147,184,27); }
div.DivClassName
{
background-color: #93B81B;
}
.BgClassName
{
background-color: #93B81B;
}
</style>
border-color css
<style>
span { border-color: #93B81B; }
span { border-color: rgb(147,184,27); }
td.TdClassName
{
border-color: #93B81B;
}
.TagClassName
{
border-color: #93B81B;
}
</style>