Shades of Yellow Green #A1BA35
Tints of Yellow Green #A1BA35
RGB
CMYK
RGB Variations
Color information
#A1BA35 (or 0xA1BA35) is known color: Yellow Green. HEX triplet: A1, BA and 35. RGB value is (161,186,53). Sum of RGB (Red+Green+Blue) = 161+186+53=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA35 is #5E45CA. Grayscale: #A3A3A3. Windows color (decimal): -6178251 or 3521185. OLE color: 3521185.
HSL color Cylindrical-coordinate representation of color #A1BA35: hue angle of 71.28º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1BA35 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 53 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.27 |
| HSL | 71.28º | 0.56% | 0.47% | - |
| HSV(B) | 71.28º | 0.72% | 0.73% | - |
| XYZ | 32.9 | 42.95 | 9.92 | - |
| YUV | 163.36 | 65.72 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 53 | 0.13 | 0 | 0.72 | 0.27 | 71.28 | 0.56 | 0.47 |
| Hex | A1 | BA | 35 | D | 0 | 48 | 1B | 47 | 38 | 2F |
| Octal | 241 | 272 | 65 | 15 | 0 | 110 | 33 | 107 | 70 | 57 |
| Binary | 10100001 | 10111010 | 110101 | 1101 | 0 | 1001000 | 11011 | 1000111 | 111000 | 101111 |
Color Harmonies of #A1BA35
Complementary color
Monochromatic Colors of #A1BA35
Black with #A1BA35
Text Example
Text Example
White with #A1BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA35; }
p { color: rgb(161,186,53); }
H1.HeaderClassName
{
color: #A1BA35;
}
.AnyTagClassName
{
color: #A1BA35;
}
</style>
background-color css
<style>
a { background-color: #A1BA35; }
a { background-color: rgb(161,186,53); }
div.DivClassName
{
background-color: #A1BA35;
}
.BgClassName
{
background-color: #A1BA35;
}
</style>
border-color css
<style>
span { border-color: #A1BA35; }
span { border-color: rgb(161,186,53); }
td.TdClassName
{
border-color: #A1BA35;
}
.TagClassName
{
border-color: #A1BA35;
}
</style>