Shades of Yellow Green #A2BA35
Tints of Yellow Green #A2BA35
RGB
CMYK
RGB Variations
Color information
#A2BA35 (or 0xA2BA35) is known color: Yellow Green. HEX triplet: A2, BA and 35. RGB value is (162,186,53). Sum of RGB (Red+Green+Blue) = 162+186+53=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BA35 is #5D45CA. Grayscale: #A4A4A4. Windows color (decimal): -6112715 or 3521186. OLE color: 3521186.
HSL color Cylindrical-coordinate representation of color #A2BA35: hue angle of 70.83º 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 #A2BA35 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 53 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.27 |
| HSL | 70.83º | 0.56% | 0.47% | - |
| HSV(B) | 70.83º | 0.72% | 0.73% | - |
| XYZ | 33.1 | 43.06 | 9.93 | - |
| YUV | 163.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 53 | 0.13 | 0 | 0.72 | 0.27 | 70.83 | 0.56 | 0.47 |
| Hex | A2 | BA | 35 | D | 0 | 48 | 1B | 47 | 38 | 2F |
| Octal | 242 | 272 | 65 | 15 | 0 | 110 | 33 | 107 | 70 | 57 |
| Binary | 10100010 | 10111010 | 110101 | 1101 | 0 | 1001000 | 11011 | 1000111 | 111000 | 101111 |
Color Harmonies of #A2BA35
Complementary color
Monochromatic Colors of #A2BA35
Black with #A2BA35
Text Example
Text Example
White with #A2BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA35; }
p { color: rgb(162,186,53); }
H1.HeaderClassName
{
color: #A2BA35;
}
.AnyTagClassName
{
color: #A2BA35;
}
</style>
background-color css
<style>
a { background-color: #A2BA35; }
a { background-color: rgb(162,186,53); }
div.DivClassName
{
background-color: #A2BA35;
}
.BgClassName
{
background-color: #A2BA35;
}
</style>
border-color css
<style>
span { border-color: #A2BA35; }
span { border-color: rgb(162,186,53); }
td.TdClassName
{
border-color: #A2BA35;
}
.TagClassName
{
border-color: #A2BA35;
}
</style>