Shades of Limerick #93B527
Tints of Limerick #93B527
RGB
CMYK
RGB Variations
Color information
#93B527 (or 0x93B527) is known color: Limerick. HEX triplet: 93, B5 and 27. RGB value is (147,181,39). Sum of RGB (Red+Green+Blue) = 147+181+39=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #93B527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B527 is #6C4AD8. Grayscale: #9B9B9B. Windows color (decimal): -7097049 or 2602387. OLE color: 2602387.
HSL color Cylindrical-coordinate representation of color #93B527: hue angle of 74.37º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #93B527 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 181 | 39 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.29 |
| HSL | 74.37º | 0.65% | 0.43% | - |
| HSV(B) | 74.37º | 0.78% | 0.71% | - |
| XYZ | 28.92 | 39.4 | 8 | - |
| YUV | 154.65 | 62.74 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 181 | 39 | 0.19 | 0 | 0.78 | 0.29 | 74.37 | 0.65 | 0.43 |
| Hex | 93 | B5 | 27 | 13 | 0 | 4E | 1D | 4A | 41 | 2B |
| Octal | 223 | 265 | 47 | 23 | 0 | 116 | 35 | 112 | 101 | 53 |
| Binary | 10010011 | 10110101 | 100111 | 10011 | 0 | 1001110 | 11101 | 1001010 | 1000001 | 101011 |
Color Harmonies of #93B527
Complementary color
Monochromatic Colors of #93B527
Black with #93B527
Text Example
Text Example
White with #93B527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B527; }
p { color: rgb(147,181,39); }
H1.HeaderClassName
{
color: #93B527;
}
.AnyTagClassName
{
color: #93B527;
}
</style>
background-color css
<style>
a { background-color: #93B527; }
a { background-color: rgb(147,181,39); }
div.DivClassName
{
background-color: #93B527;
}
.BgClassName
{
background-color: #93B527;
}
</style>
border-color css
<style>
span { border-color: #93B527; }
span { border-color: rgb(147,181,39); }
td.TdClassName
{
border-color: #93B527;
}
.TagClassName
{
border-color: #93B527;
}
</style>