Shades of Yellow Green #A2BC31
Tints of Yellow Green #A2BC31
RGB
CMYK
RGB Variations
Color information
#A2BC31 (or 0xA2BC31) is known color: Yellow Green. HEX triplet: A2, BC and 31. RGB value is (162,188,49). Sum of RGB (Red+Green+Blue) = 162+188+49=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BC31 is #5D43CE. Grayscale: #A4A4A4. Windows color (decimal): -6112207 or 3259554. OLE color: 3259554.
HSL color Cylindrical-coordinate representation of color #A2BC31: hue angle of 71.22º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2BC31 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 49 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.26 |
| HSL | 71.22º | 0.59% | 0.46% | - |
| HSV(B) | 71.22º | 0.74% | 0.74% | - |
| XYZ | 33.44 | 43.87 | 9.61 | - |
| YUV | 164.38 | 62.89 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 49 | 0.14 | 0 | 0.74 | 0.26 | 71.22 | 0.59 | 0.46 |
| Hex | A2 | BC | 31 | E | 0 | 4A | 1A | 47 | 3B | 2E |
| Octal | 242 | 274 | 61 | 16 | 0 | 112 | 32 | 107 | 73 | 56 |
| Binary | 10100010 | 10111100 | 110001 | 1110 | 0 | 1001010 | 11010 | 1000111 | 111011 | 101110 |
Color Harmonies of #A2BC31
Complementary color
Monochromatic Colors of #A2BC31
Black with #A2BC31
Text Example
Text Example
White with #A2BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC31; }
p { color: rgb(162,188,49); }
H1.HeaderClassName
{
color: #A2BC31;
}
.AnyTagClassName
{
color: #A2BC31;
}
</style>
background-color css
<style>
a { background-color: #A2BC31; }
a { background-color: rgb(162,188,49); }
div.DivClassName
{
background-color: #A2BC31;
}
.BgClassName
{
background-color: #A2BC31;
}
</style>
border-color css
<style>
span { border-color: #A2BC31; }
span { border-color: rgb(162,188,49); }
td.TdClassName
{
border-color: #A2BC31;
}
.TagClassName
{
border-color: #A2BC31;
}
</style>