Shades of Yellow Green #A3BA34
Tints of Yellow Green #A3BA34
RGB
CMYK
RGB Variations
Color information
#A3BA34 (or 0xA3BA34) is known color: Yellow Green. HEX triplet: A3, BA and 34. RGB value is (163,186,52). Sum of RGB (Red+Green+Blue) = 163+186+52=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BA34 is #5C45CB. Grayscale: #A4A4A4. Windows color (decimal): -6047180 or 3455651. OLE color: 3455651.
HSL color Cylindrical-coordinate representation of color #A3BA34: hue angle of 70.3º 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 #A3BA34 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 52 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.27 |
| HSL | 70.3º | 0.56% | 0.47% | - |
| HSV(B) | 70.3º | 0.72% | 0.73% | - |
| XYZ | 33.28 | 43.15 | 9.82 | - |
| YUV | 163.85 | 64.88 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 52 | 0.12 | 0 | 0.72 | 0.27 | 70.3 | 0.56 | 0.47 |
| Hex | A3 | BA | 34 | C | 0 | 48 | 1B | 46 | 38 | 2F |
| Octal | 243 | 272 | 64 | 14 | 0 | 110 | 33 | 106 | 70 | 57 |
| Binary | 10100011 | 10111010 | 110100 | 1100 | 0 | 1001000 | 11011 | 1000110 | 111000 | 101111 |
Color Harmonies of #A3BA34
Complementary color
Monochromatic Colors of #A3BA34
Black with #A3BA34
Text Example
Text Example
White with #A3BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA34; }
p { color: rgb(163,186,52); }
H1.HeaderClassName
{
color: #A3BA34;
}
.AnyTagClassName
{
color: #A3BA34;
}
</style>
background-color css
<style>
a { background-color: #A3BA34; }
a { background-color: rgb(163,186,52); }
div.DivClassName
{
background-color: #A3BA34;
}
.BgClassName
{
background-color: #A3BA34;
}
</style>
border-color css
<style>
span { border-color: #A3BA34; }
span { border-color: rgb(163,186,52); }
td.TdClassName
{
border-color: #A3BA34;
}
.TagClassName
{
border-color: #A3BA34;
}
</style>