Shades of Limerick #9AB133
Tints of Limerick #9AB133
RGB
CMYK
RGB Variations
Color information
#9AB133 (or 0x9AB133) is known color: Limerick. HEX triplet: 9A, B1 and 33. RGB value is (154,177,51). Sum of RGB (Red+Green+Blue) = 154+177+51=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB133 is #654ECC. Grayscale: #9C9C9C. Windows color (decimal): -6639309 or 3387802. OLE color: 3387802.
HSL color Cylindrical-coordinate representation of color #9AB133: hue angle of 70.95º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9AB133 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 177 | 51 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.31 |
| HSL | 70.95º | 0.55% | 0.45% | - |
| HSV(B) | 70.95º | 0.71% | 0.69% | - |
| XYZ | 29.65 | 38.55 | 9.01 | - |
| YUV | 155.76 | 68.88 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 177 | 51 | 0.13 | 0 | 0.71 | 0.31 | 70.95 | 0.55 | 0.45 |
| Hex | 9A | B1 | 33 | D | 0 | 47 | 1F | 47 | 37 | 2D |
| Octal | 232 | 261 | 63 | 15 | 0 | 107 | 37 | 107 | 67 | 55 |
| Binary | 10011010 | 10110001 | 110011 | 1101 | 0 | 1000111 | 11111 | 1000111 | 110111 | 101101 |
Color Harmonies of #9AB133
Complementary color
Monochromatic Colors of #9AB133
Black with #9AB133
Text Example
Text Example
White with #9AB133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB133; }
p { color: rgb(154,177,51); }
H1.HeaderClassName
{
color: #9AB133;
}
.AnyTagClassName
{
color: #9AB133;
}
</style>
background-color css
<style>
a { background-color: #9AB133; }
a { background-color: rgb(154,177,51); }
div.DivClassName
{
background-color: #9AB133;
}
.BgClassName
{
background-color: #9AB133;
}
</style>
border-color css
<style>
span { border-color: #9AB133; }
span { border-color: rgb(154,177,51); }
td.TdClassName
{
border-color: #9AB133;
}
.TagClassName
{
border-color: #9AB133;
}
</style>