Shades of Limerick #93A535
Tints of Limerick #93A535
RGB
CMYK
RGB Variations
Color information
#93A535 (or 0x93A535) is known color: Limerick. HEX triplet: 93, A5 and 35. RGB value is (147,165,53). Sum of RGB (Red+Green+Blue) = 147+165+53=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #93A535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A535 is #6C5ACA. Grayscale: #939393. Windows color (decimal): -7101131 or 3515795. OLE color: 3515795.
HSL color Cylindrical-coordinate representation of color #93A535: hue angle of 69.64º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93A535 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 165 | 53 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.35 |
| HSL | 69.64º | 0.51% | 0.43% | - |
| HSV(B) | 69.64º | 0.68% | 0.65% | - |
| XYZ | 26.13 | 33.37 | 8.43 | - |
| YUV | 146.85 | 75.04 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 165 | 53 | 0.11 | 0 | 0.68 | 0.35 | 69.64 | 0.51 | 0.43 |
| Hex | 93 | A5 | 35 | B | 0 | 44 | 23 | 46 | 33 | 2B |
| Octal | 223 | 245 | 65 | 13 | 0 | 104 | 43 | 106 | 63 | 53 |
| Binary | 10010011 | 10100101 | 110101 | 1011 | 0 | 1000100 | 100011 | 1000110 | 110011 | 101011 |
Color Harmonies of #93A535
Complementary color
Monochromatic Colors of #93A535
Black with #93A535
Text Example
Text Example
White with #93A535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A535; }
p { color: rgb(147,165,53); }
H1.HeaderClassName
{
color: #93A535;
}
.AnyTagClassName
{
color: #93A535;
}
</style>
background-color css
<style>
a { background-color: #93A535; }
a { background-color: rgb(147,165,53); }
div.DivClassName
{
background-color: #93A535;
}
.BgClassName
{
background-color: #93A535;
}
</style>
border-color css
<style>
span { border-color: #93A535; }
span { border-color: rgb(147,165,53); }
td.TdClassName
{
border-color: #93A535;
}
.TagClassName
{
border-color: #93A535;
}
</style>