Shades of Limerick #92A53B
Tints of Limerick #92A53B
RGB
CMYK
RGB Variations
Color information
#92A53B (or 0x92A53B) is known color: Limerick. HEX triplet: 92, A5 and 3B. RGB value is (146,165,59). Sum of RGB (Red+Green+Blue) = 146+165+59=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #92A53B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A53B is #6D5AC4. Grayscale: #939393. Windows color (decimal): -7166661 or 3909010. OLE color: 3909010.
HSL color Cylindrical-coordinate representation of color #92A53B: hue angle of 70.75º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92A53B is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 165 | 59 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.35 |
| HSL | 70.75º | 0.47% | 0.44% | - |
| HSV(B) | 70.75º | 0.64% | 0.65% | - |
| XYZ | 26.1 | 33.34 | 9.2 | - |
| YUV | 147.24 | 78.21 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 165 | 59 | 0.12 | 0 | 0.64 | 0.35 | 70.75 | 0.47 | 0.44 |
| Hex | 92 | A5 | 3B | C | 0 | 40 | 23 | 47 | 2F | 2C |
| Octal | 222 | 245 | 73 | 14 | 0 | 100 | 43 | 107 | 57 | 54 |
| Binary | 10010010 | 10100101 | 111011 | 1100 | 0 | 1000000 | 100011 | 1000111 | 101111 | 101100 |
Color Harmonies of #92A53B
Complementary color
Monochromatic Colors of #92A53B
Black with #92A53B
Text Example
Text Example
White with #92A53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A53B; }
p { color: rgb(146,165,59); }
H1.HeaderClassName
{
color: #92A53B;
}
.AnyTagClassName
{
color: #92A53B;
}
</style>
background-color css
<style>
a { background-color: #92A53B; }
a { background-color: rgb(146,165,59); }
div.DivClassName
{
background-color: #92A53B;
}
.BgClassName
{
background-color: #92A53B;
}
</style>
border-color css
<style>
span { border-color: #92A53B; }
span { border-color: rgb(146,165,59); }
td.TdClassName
{
border-color: #92A53B;
}
.TagClassName
{
border-color: #92A53B;
}
</style>