Shades of Yellow Green #A2BA3B
Tints of Yellow Green #A2BA3B
RGB
CMYK
RGB Variations
Color information
#A2BA3B (or 0xA2BA3B) is known color: Yellow Green. HEX triplet: A2, BA and 3B. RGB value is (162,186,59). Sum of RGB (Red+Green+Blue) = 162+186+59=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BA3B is #5D45C4. Grayscale: #A4A4A4. Windows color (decimal): -6112709 or 3914402. OLE color: 3914402.
HSL color Cylindrical-coordinate representation of color #A2BA3B: hue angle of 71.34º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2BA3B is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 59 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.27 |
| HSL | 71.34º | 0.52% | 0.48% | - |
| HSV(B) | 71.34º | 0.68% | 0.73% | - |
| XYZ | 33.25 | 43.11 | 10.71 | - |
| YUV | 164.35 | 68.55 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 59 | 0.13 | 0 | 0.68 | 0.27 | 71.34 | 0.52 | 0.48 |
| Hex | A2 | BA | 3B | D | 0 | 44 | 1B | 47 | 34 | 30 |
| Octal | 242 | 272 | 73 | 15 | 0 | 104 | 33 | 107 | 64 | 60 |
| Binary | 10100010 | 10111010 | 111011 | 1101 | 0 | 1000100 | 11011 | 1000111 | 110100 | 110000 |
Color Harmonies of #A2BA3B
Complementary color
Monochromatic Colors of #A2BA3B
Black with #A2BA3B
Text Example
Text Example
White with #A2BA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA3B; }
p { color: rgb(162,186,59); }
H1.HeaderClassName
{
color: #A2BA3B;
}
.AnyTagClassName
{
color: #A2BA3B;
}
</style>
background-color css
<style>
a { background-color: #A2BA3B; }
a { background-color: rgb(162,186,59); }
div.DivClassName
{
background-color: #A2BA3B;
}
.BgClassName
{
background-color: #A2BA3B;
}
</style>
border-color css
<style>
span { border-color: #A2BA3B; }
span { border-color: rgb(162,186,59); }
td.TdClassName
{
border-color: #A2BA3B;
}
.TagClassName
{
border-color: #A2BA3B;
}
</style>