Shades of Limerick #93BD23
Tints of Limerick #93BD23
RGB
CMYK
RGB Variations
Color information
#93BD23 (or 0x93BD23) is known color: Limerick. HEX triplet: 93, BD and 23. RGB value is (147,189,35). Sum of RGB (Red+Green+Blue) = 147+189+35=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BD23 is #6C42DC. Grayscale: #9F9F9F. Windows color (decimal): -7095005 or 2342291. OLE color: 2342291.
HSL color Cylindrical-coordinate representation of color #93BD23: hue angle of 76.36º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93BD23 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 189 | 35 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.26 |
| HSL | 76.36º | 0.69% | 0.44% | - |
| HSV(B) | 76.36º | 0.81% | 0.74% | - |
| XYZ | 30.53 | 42.72 | 8.23 | - |
| YUV | 158.89 | 58.09 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 35 | 0.22 | 0 | 0.81 | 0.26 | 76.36 | 0.69 | 0.44 |
| Hex | 93 | BD | 23 | 16 | 0 | 51 | 1A | 4C | 45 | 2C |
| Octal | 223 | 275 | 43 | 26 | 0 | 121 | 32 | 114 | 105 | 54 |
| Binary | 10010011 | 10111101 | 100011 | 10110 | 0 | 1010001 | 11010 | 1001100 | 1000101 | 101100 |
Color Harmonies of #93BD23
Complementary color
Monochromatic Colors of #93BD23
Black with #93BD23
Text Example
Text Example
White with #93BD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BD23; }
p { color: rgb(147,189,35); }
H1.HeaderClassName
{
color: #93BD23;
}
.AnyTagClassName
{
color: #93BD23;
}
</style>
background-color css
<style>
a { background-color: #93BD23; }
a { background-color: rgb(147,189,35); }
div.DivClassName
{
background-color: #93BD23;
}
.BgClassName
{
background-color: #93BD23;
}
</style>
border-color css
<style>
span { border-color: #93BD23; }
span { border-color: rgb(147,189,35); }
td.TdClassName
{
border-color: #93BD23;
}
.TagClassName
{
border-color: #93BD23;
}
</style>