Shades of Yellow Green #A2BA3C
Tints of Yellow Green #A2BA3C
RGB
CMYK
RGB Variations
Color information
#A2BA3C (or 0xA2BA3C) is known color: Yellow Green. HEX triplet: A2, BA and 3C. RGB value is (162,186,60). Sum of RGB (Red+Green+Blue) = 162+186+60=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BA3C is #5D45C3. Grayscale: #A4A4A4. Windows color (decimal): -6112708 or 3979938. OLE color: 3979938.
HSL color Cylindrical-coordinate representation of color #A2BA3C: hue angle of 71.43º degrees, saturation: 0.51, 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 #A2BA3C is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
RGB | 162 | 186 | 60 | - |
CMYK | 0.13 | 0 | 0.68 | 0.27 |
HSL | 71.43º | 0.51% | 0.48% | - |
HSV(B) | 71.43º | 0.68% | 0.73% | - |
XYZ | 33.27 | 43.13 | 10.85 | - |
YUV | 164.46 | 69.05 | 126.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 186 | 60 | 0.13 | 0 | 0.68 | 0.27 | 71.43 | 0.51 | 0.48 |
Hex | A2 | BA | 3C | D | 0 | 44 | 1B | 47 | 33 | 30 |
Octal | 242 | 272 | 74 | 15 | 0 | 104 | 33 | 107 | 63 | 60 |
Binary | 10100010 | 10111010 | 111100 | 1101 | 0 | 1000100 | 11011 | 1000111 | 110011 | 110000 |
Color Harmonies of #A2BA3C
Complementary color
Monochromatic Colors of #A2BA3C
Black with #A2BA3C
Text Example
Text Example
White with #A2BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA3C; }
p { color: rgb(162,186,60); }
H1.HeaderClassName
{
color: #A2BA3C;
}
.AnyTagClassName
{
color: #A2BA3C;
}
</style>
background-color css
<style>
a { background-color: #A2BA3C; }
a { background-color: rgb(162,186,60); }
div.DivClassName
{
background-color: #A2BA3C;
}
.BgClassName
{
background-color: #A2BA3C;
}
</style>
border-color css
<style>
span { border-color: #A2BA3C; }
span { border-color: rgb(162,186,60); }
td.TdClassName
{
border-color: #A2BA3C;
}
.TagClassName
{
border-color: #A2BA3C;
}
</style>