Shades of Limerick #99B733
Tints of Limerick #99B733
RGB
CMYK
RGB Variations
Color information
#99B733 (or 0x99B733) is known color: Limerick. HEX triplet: 99, B7 and 33. RGB value is (153,183,51). Sum of RGB (Red+Green+Blue) = 153+183+51=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #99B733 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B733 is #6648CC. Grayscale: #9F9F9F. Windows color (decimal): -6703309 or 3389337. OLE color: 3389337.
HSL color Cylindrical-coordinate representation of color #99B733: hue angle of 73.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99B733 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 51 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.28 |
| HSL | 73.64º | 0.56% | 0.46% | - |
| HSV(B) | 73.64º | 0.72% | 0.72% | - |
| XYZ | 30.67 | 40.88 | 9.41 | - |
| YUV | 158.98 | 67.06 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 51 | 0.16 | 0 | 0.72 | 0.28 | 73.64 | 0.56 | 0.46 |
| Hex | 99 | B7 | 33 | 10 | 0 | 48 | 1C | 4A | 38 | 2E |
| Octal | 231 | 267 | 63 | 20 | 0 | 110 | 34 | 112 | 70 | 56 |
| Binary | 10011001 | 10110111 | 110011 | 10000 | 0 | 1001000 | 11100 | 1001010 | 111000 | 101110 |
Color Harmonies of #99B733
Complementary color
Monochromatic Colors of #99B733
Black with #99B733
Text Example
Text Example
White with #99B733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B733; }
p { color: rgb(153,183,51); }
H1.HeaderClassName
{
color: #99B733;
}
.AnyTagClassName
{
color: #99B733;
}
</style>
background-color css
<style>
a { background-color: #99B733; }
a { background-color: rgb(153,183,51); }
div.DivClassName
{
background-color: #99B733;
}
.BgClassName
{
background-color: #99B733;
}
</style>
border-color css
<style>
span { border-color: #99B733; }
span { border-color: rgb(153,183,51); }
td.TdClassName
{
border-color: #99B733;
}
.TagClassName
{
border-color: #99B733;
}
</style>