Converts a CSS extended color keyword to the ingame decimal color format. Reference for colors: https://www.w3.org/TR/css-color-3/#svg-color Parameters: _colorKeyword - A color keyword as defined as part of W3c’s CSS color module level 3. STRING Returns: Ingame RGB color format ARRAY Examples:
"chartreuse" call CBA_fnc_cssColorToDecimal
Author: Lambda.Tiger & drofseh