Shades of Yellow Green #A2BA34
Tints of Yellow Green #A2BA34
RGB
CMYK
RGB Variations
Color information
#A2BA34 (or 0xA2BA34) is known color: Yellow Green. HEX triplet: A2, BA and 34. RGB value is (162,186,52). Sum of RGB (Red+Green+Blue) = 162+186+52=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BA34 is #5D45CB. Grayscale: #A4A4A4. Windows color (decimal): -6112716 or 3455650. OLE color: 3455650.
HSL color Cylindrical-coordinate representation of color #A2BA34: hue angle of 70.75º 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 #A2BA34 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 52 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.27 |
| HSL | 70.75º | 0.56% | 0.47% | - |
| HSV(B) | 70.75º | 0.72% | 0.73% | - |
| XYZ | 33.08 | 43.05 | 9.81 | - |
| YUV | 163.55 | 65.05 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 52 | 0.13 | 0 | 0.72 | 0.27 | 70.75 | 0.56 | 0.47 |
| Hex | A2 | BA | 34 | D | 0 | 48 | 1B | 47 | 38 | 2F |
| Octal | 242 | 272 | 64 | 15 | 0 | 110 | 33 | 107 | 70 | 57 |
| Binary | 10100010 | 10111010 | 110100 | 1101 | 0 | 1001000 | 11011 | 1000111 | 111000 | 101111 |
Color Harmonies of #A2BA34
Complementary color
Monochromatic Colors of #A2BA34
Black with #A2BA34
Text Example
Text Example
White with #A2BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA34; }
p { color: rgb(162,186,52); }
H1.HeaderClassName
{
color: #A2BA34;
}
.AnyTagClassName
{
color: #A2BA34;
}
</style>
background-color css
<style>
a { background-color: #A2BA34; }
a { background-color: rgb(162,186,52); }
div.DivClassName
{
background-color: #A2BA34;
}
.BgClassName
{
background-color: #A2BA34;
}
</style>
border-color css
<style>
span { border-color: #A2BA34; }
span { border-color: rgb(162,186,52); }
td.TdClassName
{
border-color: #A2BA34;
}
.TagClassName
{
border-color: #A2BA34;
}
</style>