Shades of Limerick #99A734
Tints of Limerick #99A734
RGB
CMYK
RGB Variations
Color information
#99A734 (or 0x99A734) is known color: Limerick. HEX triplet: 99, A7 and 34. RGB value is (153,167,52). Sum of RGB (Red+Green+Blue) = 153+167+52=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 167 - color contains mainly: green. Hex color #99A734 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A734 is #6658CB. Grayscale: #969696. Windows color (decimal): -6707404 or 3450777. OLE color: 3450777.
HSL color Cylindrical-coordinate representation of color #99A734: hue angle of 67.3º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99A734 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 167 | 52 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.35 |
| HSL | 67.3º | 0.53% | 0.43% | - |
| HSV(B) | 67.3º | 0.69% | 0.65% | - |
| XYZ | 27.58 | 34.66 | 8.49 | - |
| YUV | 149.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 52 | 0.08 | 0 | 0.69 | 0.35 | 67.3 | 0.53 | 0.43 |
| Hex | 99 | A7 | 34 | 8 | 0 | 45 | 23 | 43 | 35 | 2B |
| Octal | 231 | 247 | 64 | 10 | 0 | 105 | 43 | 103 | 65 | 53 |
| Binary | 10011001 | 10100111 | 110100 | 1000 | 0 | 1000101 | 100011 | 1000011 | 110101 | 101011 |
Color Harmonies of #99A734
Complementary color
Monochromatic Colors of #99A734
Black with #99A734
Text Example
Text Example
White with #99A734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A734; }
p { color: rgb(153,167,52); }
H1.HeaderClassName
{
color: #99A734;
}
.AnyTagClassName
{
color: #99A734;
}
</style>
background-color css
<style>
a { background-color: #99A734; }
a { background-color: rgb(153,167,52); }
div.DivClassName
{
background-color: #99A734;
}
.BgClassName
{
background-color: #99A734;
}
</style>
border-color css
<style>
span { border-color: #99A734; }
span { border-color: rgb(153,167,52); }
td.TdClassName
{
border-color: #99A734;
}
.TagClassName
{
border-color: #99A734;
}
</style>