Shades of Yellow Green #A2BA37
Tints of Yellow Green #A2BA37
RGB
CMYK
RGB Variations
Color information
#A2BA37 (or 0xA2BA37) is known color: Yellow Green. HEX triplet: A2, BA and 37. RGB value is (162,186,55). Sum of RGB (Red+Green+Blue) = 162+186+55=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BA37 is #5D45C8. Grayscale: #A4A4A4. Windows color (decimal): -6112713 or 3652258. OLE color: 3652258.
HSL color Cylindrical-coordinate representation of color #A2BA37: hue angle of 70.99º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2BA37 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 55 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.27 |
| HSL | 70.99º | 0.54% | 0.47% | - |
| HSV(B) | 70.99º | 0.7% | 0.73% | - |
| XYZ | 33.15 | 43.08 | 10.18 | - |
| YUV | 163.89 | 66.55 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 55 | 0.13 | 0 | 0.70 | 0.27 | 70.99 | 0.54 | 0.47 |
| Hex | A2 | BA | 37 | D | 0 | 46 | 1B | 47 | 36 | 2F |
| Octal | 242 | 272 | 67 | 15 | 0 | 106 | 33 | 107 | 66 | 57 |
| Binary | 10100010 | 10111010 | 110111 | 1101 | 0 | 1000110 | 11011 | 1000111 | 110110 | 101111 |
Color Harmonies of #A2BA37
Complementary color
Monochromatic Colors of #A2BA37
Black with #A2BA37
Text Example
Text Example
White with #A2BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA37; }
p { color: rgb(162,186,55); }
H1.HeaderClassName
{
color: #A2BA37;
}
.AnyTagClassName
{
color: #A2BA37;
}
</style>
background-color css
<style>
a { background-color: #A2BA37; }
a { background-color: rgb(162,186,55); }
div.DivClassName
{
background-color: #A2BA37;
}
.BgClassName
{
background-color: #A2BA37;
}
</style>
border-color css
<style>
span { border-color: #A2BA37; }
span { border-color: rgb(162,186,55); }
td.TdClassName
{
border-color: #A2BA37;
}
.TagClassName
{
border-color: #A2BA37;
}
</style>