Shades of Yellow Green #A2B935
Tints of Yellow Green #A2B935
RGB
CMYK
RGB Variations
Color information
#A2B935 (or 0xA2B935) is known color: Yellow Green. HEX triplet: A2, B9 and 35. RGB value is (162,185,53). Sum of RGB (Red+Green+Blue) = 162+185+53=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B935 is #5D46CA. Grayscale: #A3A3A3. Windows color (decimal): -6112971 or 3520930. OLE color: 3520930.
HSL color Cylindrical-coordinate representation of color #A2B935: hue angle of 70.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2B935 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 53 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.27 |
| HSL | 70.45º | 0.55% | 0.47% | - |
| HSV(B) | 70.45º | 0.71% | 0.73% | - |
| XYZ | 32.89 | 42.64 | 9.86 | - |
| YUV | 163.08 | 65.88 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 53 | 0.12 | 0 | 0.71 | 0.27 | 70.45 | 0.55 | 0.47 |
| Hex | A2 | B9 | 35 | C | 0 | 47 | 1B | 46 | 37 | 2F |
| Octal | 242 | 271 | 65 | 14 | 0 | 107 | 33 | 106 | 67 | 57 |
| Binary | 10100010 | 10111001 | 110101 | 1100 | 0 | 1000111 | 11011 | 1000110 | 110111 | 101111 |
Color Harmonies of #A2B935
Complementary color
Monochromatic Colors of #A2B935
Black with #A2B935
Text Example
Text Example
White with #A2B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B935; }
p { color: rgb(162,185,53); }
H1.HeaderClassName
{
color: #A2B935;
}
.AnyTagClassName
{
color: #A2B935;
}
</style>
background-color css
<style>
a { background-color: #A2B935; }
a { background-color: rgb(162,185,53); }
div.DivClassName
{
background-color: #A2B935;
}
.BgClassName
{
background-color: #A2B935;
}
</style>
border-color css
<style>
span { border-color: #A2B935; }
span { border-color: rgb(162,185,53); }
td.TdClassName
{
border-color: #A2B935;
}
.TagClassName
{
border-color: #A2B935;
}
</style>