Shades of Limerick #99AB33
Tints of Limerick #99AB33
RGB
CMYK
RGB Variations
Color information
#99AB33 (or 0x99AB33) is known color: Limerick. HEX triplet: 99, AB and 33. RGB value is (153,171,51). Sum of RGB (Red+Green+Blue) = 153+171+51=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AB33 is #6654CC. Grayscale: #989898. Windows color (decimal): -6706381 or 3386265. OLE color: 3386265.
HSL color Cylindrical-coordinate representation of color #99AB33: hue angle of 69º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99AB33 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 51 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.33 |
| HSL | 69º | 0.54% | 0.44% | - |
| HSV(B) | 69º | 0.7% | 0.67% | - |
| XYZ | 28.3 | 36.14 | 8.62 | - |
| YUV | 151.94 | 71.04 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 51 | 0.11 | 0 | 0.70 | 0.33 | 69 | 0.54 | 0.44 |
| Hex | 99 | AB | 33 | B | 0 | 46 | 21 | 45 | 36 | 2C |
| Octal | 231 | 253 | 63 | 13 | 0 | 106 | 41 | 105 | 66 | 54 |
| Binary | 10011001 | 10101011 | 110011 | 1011 | 0 | 1000110 | 100001 | 1000101 | 110110 | 101100 |
Color Harmonies of #99AB33
Complementary color
Monochromatic Colors of #99AB33
Black with #99AB33
Text Example
Text Example
White with #99AB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB33; }
p { color: rgb(153,171,51); }
H1.HeaderClassName
{
color: #99AB33;
}
.AnyTagClassName
{
color: #99AB33;
}
</style>
background-color css
<style>
a { background-color: #99AB33; }
a { background-color: rgb(153,171,51); }
div.DivClassName
{
background-color: #99AB33;
}
.BgClassName
{
background-color: #99AB33;
}
</style>
border-color css
<style>
span { border-color: #99AB33; }
span { border-color: rgb(153,171,51); }
td.TdClassName
{
border-color: #99AB33;
}
.TagClassName
{
border-color: #99AB33;
}
</style>