Shades of Limerick #92AF32
Tints of Limerick #92AF32
RGB
CMYK
RGB Variations
Color information
#92AF32 (or 0x92AF32) is known color: Limerick. HEX triplet: 92, AF and 32. RGB value is (146,175,50). Sum of RGB (Red+Green+Blue) = 146+175+50=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AF32 is #6D50CD. Grayscale: #989898. Windows color (decimal): -7164110 or 3321746. OLE color: 3321746.
HSL color Cylindrical-coordinate representation of color #92AF32: hue angle of 73.92º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92AF32 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 175 | 50 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.31 |
| HSL | 73.92º | 0.56% | 0.44% | - |
| HSV(B) | 73.92º | 0.71% | 0.69% | - |
| XYZ | 27.76 | 37 | 8.7 | - |
| YUV | 152.08 | 70.39 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 175 | 50 | 0.17 | 0 | 0.71 | 0.31 | 73.92 | 0.56 | 0.44 |
| Hex | 92 | AF | 32 | 11 | 0 | 47 | 1F | 4A | 38 | 2C |
| Octal | 222 | 257 | 62 | 21 | 0 | 107 | 37 | 112 | 70 | 54 |
| Binary | 10010010 | 10101111 | 110010 | 10001 | 0 | 1000111 | 11111 | 1001010 | 111000 | 101100 |
Color Harmonies of #92AF32
Complementary color
Monochromatic Colors of #92AF32
Black with #92AF32
Text Example
Text Example
White with #92AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AF32; }
p { color: rgb(146,175,50); }
H1.HeaderClassName
{
color: #92AF32;
}
.AnyTagClassName
{
color: #92AF32;
}
</style>
background-color css
<style>
a { background-color: #92AF32; }
a { background-color: rgb(146,175,50); }
div.DivClassName
{
background-color: #92AF32;
}
.BgClassName
{
background-color: #92AF32;
}
</style>
border-color css
<style>
span { border-color: #92AF32; }
span { border-color: rgb(146,175,50); }
td.TdClassName
{
border-color: #92AF32;
}
.TagClassName
{
border-color: #92AF32;
}
</style>