Shades of Limerick #9FB334
Tints of Limerick #9FB334
RGB
CMYK
RGB Variations
Color information
#9FB334 (or 0x9FB334) is known color: Limerick. HEX triplet: 9F, B3 and 34. RGB value is (159,179,52). Sum of RGB (Red+Green+Blue) = 159+179+52=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB334 is #604CCB. Grayscale: #9F9F9F. Windows color (decimal): -6311116 or 3453855. OLE color: 3453855.
HSL color Cylindrical-coordinate representation of color #9FB334: hue angle of 69.45º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9FB334 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 52 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.30 |
| HSL | 69.45º | 0.55% | 0.45% | - |
| HSV(B) | 69.45º | 0.71% | 0.7% | - |
| XYZ | 31.04 | 39.86 | 9.31 | - |
| YUV | 158.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 52 | 0.11 | 0 | 0.71 | 0.30 | 69.45 | 0.55 | 0.45 |
| Hex | 9F | B3 | 34 | B | 0 | 47 | 1E | 45 | 37 | 2D |
| Octal | 237 | 263 | 64 | 13 | 0 | 107 | 36 | 105 | 67 | 55 |
| Binary | 10011111 | 10110011 | 110100 | 1011 | 0 | 1000111 | 11110 | 1000101 | 110111 | 101101 |
Color Harmonies of #9FB334
Complementary color
Monochromatic Colors of #9FB334
Black with #9FB334
Text Example
Text Example
White with #9FB334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB334; }
p { color: rgb(159,179,52); }
H1.HeaderClassName
{
color: #9FB334;
}
.AnyTagClassName
{
color: #9FB334;
}
</style>
background-color css
<style>
a { background-color: #9FB334; }
a { background-color: rgb(159,179,52); }
div.DivClassName
{
background-color: #9FB334;
}
.BgClassName
{
background-color: #9FB334;
}
</style>
border-color css
<style>
span { border-color: #9FB334; }
span { border-color: rgb(159,179,52); }
td.TdClassName
{
border-color: #9FB334;
}
.TagClassName
{
border-color: #9FB334;
}
</style>