Shades of Limerick #9AB533
Tints of Limerick #9AB533
RGB
CMYK
RGB Variations
Color information
#9AB533 (or 0x9AB533) is known color: Limerick. HEX triplet: 9A, B5 and 33. RGB value is (154,181,51). Sum of RGB (Red+Green+Blue) = 154+181+51=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB533 is #654ACC. Grayscale: #9E9E9E. Windows color (decimal): -6638285 or 3388826. OLE color: 3388826.
HSL color Cylindrical-coordinate representation of color #9AB533: hue angle of 72.46º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9AB533 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 51 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.29 |
| HSL | 72.46º | 0.56% | 0.45% | - |
| HSV(B) | 72.46º | 0.72% | 0.71% | - |
| XYZ | 30.45 | 40.16 | 9.28 | - |
| YUV | 158.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 51 | 0.15 | 0 | 0.72 | 0.29 | 72.46 | 0.56 | 0.45 |
| Hex | 9A | B5 | 33 | F | 0 | 48 | 1D | 48 | 38 | 2D |
| Octal | 232 | 265 | 63 | 17 | 0 | 110 | 35 | 110 | 70 | 55 |
| Binary | 10011010 | 10110101 | 110011 | 1111 | 0 | 1001000 | 11101 | 1001000 | 111000 | 101101 |
Color Harmonies of #9AB533
Complementary color
Monochromatic Colors of #9AB533
Black with #9AB533
Text Example
Text Example
White with #9AB533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB533; }
p { color: rgb(154,181,51); }
H1.HeaderClassName
{
color: #9AB533;
}
.AnyTagClassName
{
color: #9AB533;
}
</style>
background-color css
<style>
a { background-color: #9AB533; }
a { background-color: rgb(154,181,51); }
div.DivClassName
{
background-color: #9AB533;
}
.BgClassName
{
background-color: #9AB533;
}
</style>
border-color css
<style>
span { border-color: #9AB533; }
span { border-color: rgb(154,181,51); }
td.TdClassName
{
border-color: #9AB533;
}
.TagClassName
{
border-color: #9AB533;
}
</style>