Shades of Limerick #99A83A
Tints of Limerick #99A83A
RGB
CMYK
RGB Variations
Color information
#99A83A (or 0x99A83A) is known color: Limerick. HEX triplet: 99, A8 and 3A. RGB value is (153,168,58). Sum of RGB (Red+Green+Blue) = 153+168+58=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 168 - color contains mainly: green. Hex color #99A83A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A83A is #6657C5. Grayscale: #979797. Windows color (decimal): -6707142 or 3844249. OLE color: 3844249.
HSL color Cylindrical-coordinate representation of color #99A83A: hue angle of 68.18º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99A83A is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 168 | 58 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.34 |
| HSL | 68.18º | 0.49% | 0.44% | - |
| HSV(B) | 68.18º | 0.65% | 0.66% | - |
| XYZ | 27.9 | 35.08 | 9.3 | - |
| YUV | 150.98 | 75.53 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 58 | 0.09 | 0 | 0.65 | 0.34 | 68.18 | 0.49 | 0.44 |
| Hex | 99 | A8 | 3A | 9 | 0 | 41 | 22 | 44 | 31 | 2C |
| Octal | 231 | 250 | 72 | 11 | 0 | 101 | 42 | 104 | 61 | 54 |
| Binary | 10011001 | 10101000 | 111010 | 1001 | 0 | 1000001 | 100010 | 1000100 | 110001 | 101100 |
Color Harmonies of #99A83A
Complementary color
Monochromatic Colors of #99A83A
Black with #99A83A
Text Example
Text Example
White with #99A83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A83A; }
p { color: rgb(153,168,58); }
H1.HeaderClassName
{
color: #99A83A;
}
.AnyTagClassName
{
color: #99A83A;
}
</style>
background-color css
<style>
a { background-color: #99A83A; }
a { background-color: rgb(153,168,58); }
div.DivClassName
{
background-color: #99A83A;
}
.BgClassName
{
background-color: #99A83A;
}
</style>
border-color css
<style>
span { border-color: #99A83A; }
span { border-color: rgb(153,168,58); }
td.TdClassName
{
border-color: #99A83A;
}
.TagClassName
{
border-color: #99A83A;
}
</style>