Shades of Limerick #99AB3C
Tints of Limerick #99AB3C
RGB
CMYK
RGB Variations
Color information
#99AB3C (or 0x99AB3C) is known color: Limerick. HEX triplet: 99, AB and 3C. RGB value is (153,171,60). Sum of RGB (Red+Green+Blue) = 153+171+60=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AB3C is #6654C3. Grayscale: #999999. Windows color (decimal): -6706372 or 3976089. OLE color: 3976089.
HSL color Cylindrical-coordinate representation of color #99AB3C: hue angle of 69.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99AB3C is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
RGB | 153 | 171 | 60 | - |
CMYK | 0.11 | 0 | 0.65 | 0.33 |
HSL | 69.73º | 0.48% | 0.45% | - |
HSV(B) | 69.73º | 0.65% | 0.67% | - |
XYZ | 28.52 | 36.22 | 9.76 | - |
YUV | 152.96 | 75.54 | 128.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 153 | 171 | 60 | 0.11 | 0 | 0.65 | 0.33 | 69.73 | 0.48 | 0.45 |
Hex | 99 | AB | 3C | B | 0 | 41 | 21 | 46 | 30 | 2D |
Octal | 231 | 253 | 74 | 13 | 0 | 101 | 41 | 106 | 60 | 55 |
Binary | 10011001 | 10101011 | 111100 | 1011 | 0 | 1000001 | 100001 | 1000110 | 110000 | 101101 |
Color Harmonies of #99AB3C
Complementary color
Monochromatic Colors of #99AB3C
Black with #99AB3C
Text Example
Text Example
White with #99AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB3C; }
p { color: rgb(153,171,60); }
H1.HeaderClassName
{
color: #99AB3C;
}
.AnyTagClassName
{
color: #99AB3C;
}
</style>
background-color css
<style>
a { background-color: #99AB3C; }
a { background-color: rgb(153,171,60); }
div.DivClassName
{
background-color: #99AB3C;
}
.BgClassName
{
background-color: #99AB3C;
}
</style>
border-color css
<style>
span { border-color: #99AB3C; }
span { border-color: rgb(153,171,60); }
td.TdClassName
{
border-color: #99AB3C;
}
.TagClassName
{
border-color: #99AB3C;
}
</style>