Shades of Limerick #9AB032
Tints of Limerick #9AB032
RGB
CMYK
RGB Variations
Color information
#9AB032 (or 0x9AB032) is known color: Limerick. HEX triplet: 9A, B0 and 32. RGB value is (154,176,50). Sum of RGB (Red+Green+Blue) = 154+176+50=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB032 is #654FCD. Grayscale: #9B9B9B. Windows color (decimal): -6639566 or 3322010. OLE color: 3322010.
HSL color Cylindrical-coordinate representation of color #9AB032: hue angle of 70.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9AB032 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 176 | 50 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.31 |
| HSL | 70.48º | 0.56% | 0.44% | - |
| HSV(B) | 70.48º | 0.72% | 0.69% | - |
| XYZ | 29.43 | 38.15 | 8.83 | - |
| YUV | 155.06 | 68.71 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 50 | 0.12 | 0 | 0.72 | 0.31 | 70.48 | 0.56 | 0.44 |
| Hex | 9A | B0 | 32 | C | 0 | 48 | 1F | 46 | 38 | 2C |
| Octal | 232 | 260 | 62 | 14 | 0 | 110 | 37 | 106 | 70 | 54 |
| Binary | 10011010 | 10110000 | 110010 | 1100 | 0 | 1001000 | 11111 | 1000110 | 111000 | 101100 |
Color Harmonies of #9AB032
Complementary color
Monochromatic Colors of #9AB032
Black with #9AB032
Text Example
Text Example
White with #9AB032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB032; }
p { color: rgb(154,176,50); }
H1.HeaderClassName
{
color: #9AB032;
}
.AnyTagClassName
{
color: #9AB032;
}
</style>
background-color css
<style>
a { background-color: #9AB032; }
a { background-color: rgb(154,176,50); }
div.DivClassName
{
background-color: #9AB032;
}
.BgClassName
{
background-color: #9AB032;
}
</style>
border-color css
<style>
span { border-color: #9AB032; }
span { border-color: rgb(154,176,50); }
td.TdClassName
{
border-color: #9AB032;
}
.TagClassName
{
border-color: #9AB032;
}
</style>