Shades of Limerick #92BA2F
Tints of Limerick #92BA2F
RGB
CMYK
RGB Variations
Color information
#92BA2F (or 0x92BA2F) is known color: Limerick. HEX triplet: 92, BA and 2F. RGB value is (146,186,47). Sum of RGB (Red+Green+Blue) = 146+186+47=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BA2F is #6D45D0. Grayscale: #9E9E9E. Windows color (decimal): -7161297 or 3127954. OLE color: 3127954.
HSL color Cylindrical-coordinate representation of color #92BA2F: hue angle of 77.27º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #92BA2F is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 47 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.27 |
| HSL | 77.27º | 0.6% | 0.46% | - |
| HSV(B) | 77.27º | 0.75% | 0.73% | - |
| XYZ | 29.93 | 41.43 | 9.11 | - |
| YUV | 158.19 | 65.25 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 47 | 0.22 | 0 | 0.75 | 0.27 | 77.27 | 0.6 | 0.46 |
| Hex | 92 | BA | 2F | 16 | 0 | 4B | 1B | 4D | 3C | 2E |
| Octal | 222 | 272 | 57 | 26 | 0 | 113 | 33 | 115 | 74 | 56 |
| Binary | 10010010 | 10111010 | 101111 | 10110 | 0 | 1001011 | 11011 | 1001101 | 111100 | 101110 |
Color Harmonies of #92BA2F
Complementary color
Monochromatic Colors of #92BA2F
Black with #92BA2F
Text Example
Text Example
White with #92BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA2F; }
p { color: rgb(146,186,47); }
H1.HeaderClassName
{
color: #92BA2F;
}
.AnyTagClassName
{
color: #92BA2F;
}
</style>
background-color css
<style>
a { background-color: #92BA2F; }
a { background-color: rgb(146,186,47); }
div.DivClassName
{
background-color: #92BA2F;
}
.BgClassName
{
background-color: #92BA2F;
}
</style>
border-color css
<style>
span { border-color: #92BA2F; }
span { border-color: rgb(146,186,47); }
td.TdClassName
{
border-color: #92BA2F;
}
.TagClassName
{
border-color: #92BA2F;
}
</style>