Shades of Limerick #93B427
Tints of Limerick #93B427
RGB
CMYK
RGB Variations
Color information
#93B427 (or 0x93B427) is known color: Limerick. HEX triplet: 93, B4 and 27. RGB value is (147,180,39). Sum of RGB (Red+Green+Blue) = 147+180+39=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #93B427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B427 is #6C4BD8. Grayscale: #9A9A9A. Windows color (decimal): -7097305 or 2602131. OLE color: 2602131.
HSL color Cylindrical-coordinate representation of color #93B427: hue angle of 74.04º degrees, saturation: 0.64, 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 #93B427 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 180 | 39 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.29 |
| HSL | 74.04º | 0.64% | 0.43% | - |
| HSV(B) | 74.04º | 0.78% | 0.71% | - |
| XYZ | 28.72 | 38.99 | 7.93 | - |
| YUV | 154.06 | 63.07 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 180 | 39 | 0.18 | 0 | 0.78 | 0.29 | 74.04 | 0.64 | 0.43 |
| Hex | 93 | B4 | 27 | 12 | 0 | 4E | 1D | 4A | 40 | 2B |
| Octal | 223 | 264 | 47 | 22 | 0 | 116 | 35 | 112 | 100 | 53 |
| Binary | 10010011 | 10110100 | 100111 | 10010 | 0 | 1001110 | 11101 | 1001010 | 1000000 | 101011 |
Color Harmonies of #93B427
Complementary color
Monochromatic Colors of #93B427
Black with #93B427
Text Example
Text Example
White with #93B427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B427; }
p { color: rgb(147,180,39); }
H1.HeaderClassName
{
color: #93B427;
}
.AnyTagClassName
{
color: #93B427;
}
</style>
background-color css
<style>
a { background-color: #93B427; }
a { background-color: rgb(147,180,39); }
div.DivClassName
{
background-color: #93B427;
}
.BgClassName
{
background-color: #93B427;
}
</style>
border-color css
<style>
span { border-color: #93B427; }
span { border-color: rgb(147,180,39); }
td.TdClassName
{
border-color: #93B427;
}
.TagClassName
{
border-color: #93B427;
}
</style>